diff options
Diffstat (limited to 'src/ui.cpp')
-rw-r--r-- | src/ui.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -605,8 +605,8 @@ namespace ui { } - void drawPage(std::string path) { - pageTex = Texture::loadTexture(path); + void drawPage(const GLuint& tex) { + pageTex = tex; pageTexReady = true; } |