changeset 14204 | 3c36a4e66c82 |
parent 14196 | a1178e1b57a6 |
child 14646 | 7de65fa1f686 |
child 15334 | 35e976e48b0b |
--- a/hedgewars/uStore.pas Mon Nov 12 20:05:24 2018 +0300 +++ b/hedgewars/uStore.pas Mon Nov 12 20:30:06 2018 +0300 @@ -1219,7 +1219,7 @@ end; // these attributes must be set up before creating the sdl window -{$IFNDEF WIN32} +{$IFNDEF WINDOWS} (* On a large number of testers machines, SDL default to software rendering when opengl attributes were set. These attributes were "set" after CreateWindow in .15, which probably did nothing.