diff options
author | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2019-01-27 07:25:45 +0100 |
---|---|---|
committer | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2019-01-27 07:25:45 +0100 |
commit | 5f010b71415a7dc0337c67cac4666eacdf472751 (patch) | |
tree | 03b71ee15e3e2a98d94c236f03361846c28d2d9b /src/RendererEntity.hpp | |
parent | GameState double-buffering (diff) | |
download | AltCraft-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 '')
-rw-r--r-- | src/RendererEntity.hpp | 2 |
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(); }; |