X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=demos%2Fdesertpillars.cpp;h=2f141898ee027e63ec5f247221beba267f253298;hp=be197828a6ed97c53326e9449867d233010af956;hb=437609f708f2918067ec64f6d02261d113b1cac0;hpb=4d27357dfe703c56ed4d6346690eeb64c2c703b7 diff --git a/demos/desertpillars.cpp b/demos/desertpillars.cpp index be197828..2f141898 100644 --- a/demos/desertpillars.cpp +++ b/demos/desertpillars.cpp @@ -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");