diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-19 21:15:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-19 21:15:55 +0300 |
commit | 4503b047574e1374d16d2bec7e10285f59cc6d51 (patch) | |
tree | d7efb46c3154b2dd1487751d18c4a2f91ec87c07 /src/compoundsprite.cpp | |
parent | c4acdd1997b5bdc7b70e52ea90354ee65f15360a (diff) | |
download | plus-4503b047574e1374d16d2bec7e10285f59cc6d51.tar.gz plus-4503b047574e1374d16d2bec7e10285f59cc6d51.tar.bz2 plus-4503b047574e1374d16d2bec7e10285f59cc6d51.tar.xz plus-4503b047574e1374d16d2bec7e10285f59cc6d51.zip |
Rename opengl1graphics to safeopenglgraphics.
Diffstat (limited to 'src/compoundsprite.cpp')
-rw-r--r-- | src/compoundsprite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compoundsprite.cpp b/src/compoundsprite.cpp index 98ee8c6df..f3ccac072 100644 --- a/src/compoundsprite.cpp +++ b/src/compoundsprite.cpp @@ -27,7 +27,7 @@ #ifdef USE_OPENGL #include "openglgraphics.h" -#include "opengl1graphics.h" +#include "safeopenglgraphics.h" #endif #include "client.h" |