X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld.hpp;h=1d43fbe7ffce45e2929ea659ea48293be33daa33;hb=e74f1ad236429f05db90c0ace825277e2a3fbc05;hp=3dd04fb31add2b0a8738328c824f54884875b21a;hpb=f90ec88e6728ce865bcf892c810a36abd90d9001;p=blank.git diff --git a/src/world.hpp b/src/world.hpp index 3dd04fb..1d43fbe 100644 --- a/src/world.hpp +++ b/src/world.hpp @@ -52,7 +52,7 @@ public: void Update(int dt); - void Render(DirectionalLighting &); + void Render(BlockLighting &, DirectionalLighting &); private: BlockTypeRegistry blockType;