X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=demos%2Fdesertpillars.cpp;h=cb06cd000bc05f32f3cb446133c08a555362e4fb;hp=be197828a6ed97c53326e9449867d233010af956;hb=abb4e50bdbb6d62d7e6ee249d52353ccf22762a4;hpb=2e9d7c9f5741d17f77ce27273590ee16b791fb64 diff --git a/demos/desertpillars.cpp b/demos/desertpillars.cpp index be197828..cb06cd00 100644 --- a/demos/desertpillars.cpp +++ b/demos/desertpillars.cpp @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include using namespace std; @@ -577,7 +577,7 @@ void DesertPillars::create_ground() features.lighting = true; features.shadow = true; features.texture = true; - features.normalmap = true; + features.normal_map = true; features.custom = ground_variables; GL::ProgramBuilder(features).add_shaders(ground_shprog); ground_shprog.bind_attribute(7, "ground_type");