summaryrefslogtreecommitdiffstats
path: root/src/RendererEntity.hpp
diff options
context:
space:
mode:
authorLaG1924 <12997935+LaG1924@users.noreply.github.com>2019-01-27 07:25:45 +0100
committerLaG1924 <12997935+LaG1924@users.noreply.github.com>2019-01-27 07:25:45 +0100
commit5f010b71415a7dc0337c67cac4666eacdf472751 (patch)
tree03b71ee15e3e2a98d94c236f03361846c28d2d9b /src/RendererEntity.hpp
parentGameState double-buffering (diff)
downloadAltCraft-5f010b71415a7dc0337c67cac4666eacdf472751.tar
AltCraft-5f010b71415a7dc0337c67cac4666eacdf472751.tar.gz
AltCraft-5f010b71415a7dc0337c67cac4666eacdf472751.tar.bz2
AltCraft-5f010b71415a7dc0337c67cac4666eacdf472751.tar.lz
AltCraft-5f010b71415a7dc0337c67cac4666eacdf472751.tar.xz
AltCraft-5f010b71415a7dc0337c67cac4666eacdf472751.tar.zst
AltCraft-5f010b71415a7dc0337c67cac4666eacdf472751.zip
Diffstat (limited to 'src/RendererEntity.hpp')
-rw-r--r--src/RendererEntity.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RendererEntity.hpp b/src/RendererEntity.hpp
index 7f42f7d..346f9fb 100644
--- a/src/RendererEntity.hpp
+++ b/src/RendererEntity.hpp
@@ -11,7 +11,7 @@ public:
RendererEntity(unsigned int id);
~RendererEntity();
- void Render(RenderState& renderState, World *world);
+ void Render(RenderState& renderState, const World *world);
static GLuint GetVao();
};