]> git.tdb.fi Git - libs/gl.git/blobdiff - source/materials/rendermethod.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / materials / rendermethod.cpp
index 66424856bdc12abbc9642846e63273da900c29aa..78b937d017f40ae069ff0900082ca4675900dae1 100644 (file)
@@ -154,7 +154,7 @@ void RenderMethod::Loader::init_actions()
        add("blend", &Loader::blend);
        add("blend", &Loader::blend_factors);
        add("face_cull", &RenderMethod::face_cull);
-       add("shader",   &Loader::shader);
+       add("shader", &Loader::shader);
        add("image_based_lighting", &RenderMethod::image_based_lighting);
        add("instancing", &RenderMethod::instancing);
        add("material", &Loader::material_inline);