We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e22595 commit 77239a0Copy full SHA for 77239a0
dynamic/raylib/__init__.py
@@ -37,7 +37,7 @@ def so_path():
37
def so_name():
38
'''Returns the appropriate for the library on the current platform.'''
39
lib_filenames = {
40
- 'Windows': 'libraylib.dll',
+ 'Windows': 'raylib.dll',
41
'Linux': 'libraylib.so',
42
'Darwin': 'libraylib.dylib',
43
}
@@ -83,4 +83,4 @@ def so_name():
83
BLACK =( 0, 0, 0, 255 )
84
BLANK =( 0, 0, 0, 0 )
85
MAGENTA =( 255, 0, 255, 255 )
86
-RAYWHITE =( 245, 245, 245, 255 )
+RAYWHITE =( 245, 245, 245, 255 )
0 commit comments