You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: units/sdl2.pas
+1-2
Original file line number
Diff line number
Diff line change
@@ -134,8 +134,7 @@ interface
134
134
{$ELSE}
135
135
SDL_LibName = 'libSDL2.so.0';
136
136
{$ENDIF}
137
-
{$IFDEF FPC}{$HINT Known MESA bug may generate float-point exception in software graphics mode! See https://github.com/PascalGameDevelopment/SDL2-for-Pascal/issues/56 for reference.}{$ENDIF}
138
-
{$IFDEF DELPHI}{$MESSAGE HINT 'Known MESA bug may generate float-point exception in software graphics mode! See https://github.com/PascalGameDevelopment/SDL2-for-Pascal/issues/56 for reference.'}{$ENDIF}
137
+
{$MESSAGE HINT 'Known MESA bug may generate float-point exception in software graphics mode! See https://github.com/PascalGameDevelopment/SDL2-for-Pascal/issues/56 for reference.'}
0 commit comments