Skip to content

Commit 58ccfe4

Browse files
committedJun 5, 2022
Quickfix: Add Linux compiler hint for MESA bug
See issue PascalGameDevelopment#56.
1 parent b4bada6 commit 58ccfe4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎units/sdl2.pas

+2
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ interface
134134
{$ELSE}
135135
SDL_LibName = 'libSDL2.so.0';
136136
{$ENDIF}
137+
{$HINT Known MESA bug generating float-point exception in software graphics mode!
138+
See https://github.com/PascalGameDevelopment/SDL2-for-Pascal/issues/56 for reference.}
137139
{$ENDIF}
138140
{$ENDIF}
139141

0 commit comments

Comments
 (0)
Please sign in to comment.