summary refs log tree commit diff stats
path: root/src/renderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer.h')
-rw-r--r--src/renderer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/renderer.h b/src/renderer.h index 54dae1c..17dc038 100644 --- a/src/renderer.h +++ b/src/renderer.h
@@ -145,6 +145,7 @@ private:
145 texture_ptr tilesetTex_; 145 texture_ptr tilesetTex_;
146 texture_ptr renLay0_; 146 texture_ptr renLay0_;
147 texture_ptr renLay1_; 147 texture_ptr renLay1_;
148 texture_ptr mapSwapTex_;
148 149
149 // Text rendering 150 // Text rendering
150 struct MessageCache { 151 struct MessageCache {