From 1ce357553134f9469deacb0bcd85948bd35ba704 Mon Sep 17 00:00:00 2001 From: Dima Marhitych Date: Thu, 8 Feb 2024 21:32:49 +0100 Subject: [PATCH] Update __init__.py --- src/fusionengine/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fusionengine/__init__.py b/src/fusionengine/__init__.py index e1fdcdc..6fd1a92 100644 --- a/src/fusionengine/__init__.py +++ b/src/fusionengine/__init__.py @@ -68,4 +68,4 @@ ) if platform.system().lower() == "linux": - warnings.filterwarnings("ignore", message="PyGame seems to be running through X11 on top of wayland") + warnings.filterwarnings("ignore", message="Pygame-ce seems to be running through X11 on top of wayland")