]> git.localhorst.tv Git - blank.git/blobdiff - src/client/InteractiveState.hpp
split chunk stuff
[blank.git] / src / client / InteractiveState.hpp
index 65c92d08ff33ab905421201621c575a1ce333250..efaeae425c03d869ef8df008ebad386793138b72 100644 (file)
@@ -37,8 +37,8 @@ private:
        BlockTypeRegistry block_types;
        WorldSave save;
        World world;
-       ChunkRenderer chunk_renderer;
        Interface interface;
+       ChunkRenderer chunk_renderer;
 
 };