diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-26 16:43:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-26 16:43:56 +0300 |
commit | 17f34f00d37432dae207be3d55ec531a738eb065 (patch) | |
tree | a04d12667d1a36480538fb939fb874c62980448d /src/render/nullopenglgraphics.cpp | |
parent | 34877e971c6229f9ee8047e8eaa97437ad774c65 (diff) | |
download | plus-17f34f00d37432dae207be3d55ec531a738eb065.tar.gz plus-17f34f00d37432dae207be3d55ec531a738eb065.tar.bz2 plus-17f34f00d37432dae207be3d55ec531a738eb065.tar.xz plus-17f34f00d37432dae207be3d55ec531a738eb065.zip |
Split graphicsvetexes into multiply files.
Diffstat (limited to 'src/render/nullopenglgraphics.cpp')
-rw-r--r-- | src/render/nullopenglgraphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/nullopenglgraphics.cpp b/src/render/nullopenglgraphics.cpp index 7203468a6..d4e878479 100644 --- a/src/render/nullopenglgraphics.cpp +++ b/src/render/nullopenglgraphics.cpp @@ -30,7 +30,7 @@ #include "logger.h" #endif -#include "render/vertexes/graphicsvertexes.h" +#include "render/vertexes/imagecollection.h" #include "resources/image.h" #include "resources/imagerect.h" |