Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/textures.h')
-rw-r--r--src/render/textures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/textures.h b/src/render/textures.h
index 90b26b1..69442e8 100644
--- a/src/render/textures.h
+++ b/src/render/textures.h
@@ -71,6 +71,7 @@ private:
static math::Vector2f texture_size[MAXTEXTURES];
static std::map<std::string, size_t> registry;
static GLuint textures[MAXTEXTURES];
+ static GLuint textures_cubemap_id;
};
}