X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fmaterials%2Frendermethod.cpp;h=78b937d017f40ae069ff0900082ca4675900dae1;hb=d9c437291135255422c71918cd0cab8a735848af;hp=66424856bdc12abbc9642846e63273da900c29aa;hpb=4291fcf9489087492085b70e7960bdb3dbb5dc9c;p=libs%2Fgl.git diff --git a/source/materials/rendermethod.cpp b/source/materials/rendermethod.cpp index 66424856..78b937d0 100644 --- a/source/materials/rendermethod.cpp +++ b/source/materials/rendermethod.cpp @@ -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);