diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-07 22:51:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-07 22:51:42 +0300 |
commit | 17eb4c92bdaf20f66ef576028c67c80fcea93913 (patch) | |
tree | 4936eef82e62e6cd3107b2c99a9821b48902a59f /src/resources/resourcemanager.cpp | |
parent | 9fe21fcd8883b37bdc30224822e6e42afb35b8f0 (diff) | |
download | plus-17eb4c92bdaf20f66ef576028c67c80fcea93913.tar.gz plus-17eb4c92bdaf20f66ef576028c67c80fcea93913.tar.bz2 plus-17eb4c92bdaf20f66ef576028c67c80fcea93913.tar.xz plus-17eb4c92bdaf20f66ef576028c67c80fcea93913.zip |
Fix code style.
Diffstat (limited to 'src/resources/resourcemanager.cpp')
-rw-r--r-- | src/resources/resourcemanager.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/resourcemanager.cpp b/src/resources/resourcemanager.cpp index 34a4d523d..366460a6b 100644 --- a/src/resources/resourcemanager.cpp +++ b/src/resources/resourcemanager.cpp @@ -31,8 +31,9 @@ #ifdef USE_OPENGL #include "resources/atlas/atlasmanager.h" #include "resources/atlas/atlasresource.h" -#endif +#else // USE_OPENGL #include "resources/image.h" +#endif // USE_OPENGL #include "resources/imagehelper.h" #include "resources/imageset.h" #include "resources/sdlmusic.h" |