X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp.hpp;h=e6226dc50454dff487aa8596460b68dcfdf0670a;hb=83ed3de28841d1eecfca39ff540e804cf6809b32;hp=23dcd0cef9cf7b3a21bf143f6204d5c836dc5641;hpb=f90ec88e6728ce865bcf892c810a36abd90d9001;p=blank.git diff --git a/src/app.hpp b/src/app.hpp index 23dcd0c..e6226dc 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -52,7 +52,8 @@ private: Window window; GLContext ctx; InitGLEW init_glew; - DirectionalLighting program; + BlockLighting chunk_prog; + DirectionalLighting entity_prog; Camera cam; World world;