diff options
Diffstat (limited to 'include/world.h')
-rw-r--r-- | include/world.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/world.h b/include/world.h index 05b2a10..9833bb2 100644 --- a/include/world.h +++ b/include/world.h @@ -281,7 +281,7 @@ public: * A vector of all light elements in this world. */ - std::vector<Light > light; + std::vector<Light> light; /** * Vector of all building textures for the current world style |