diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-01 08:33:27 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-01 08:33:27 -0500 |
commit | 32cb1880f018fc149d1c8a71a83426a8f5a92a6a (patch) | |
tree | bfa73ddb4076018639b6ec2e14492471b82c0649 /include/world.h | |
parent | 6241707a788269e09adb957c659397750d19fda3 (diff) |
world rewrite
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 |