X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Fmaterial.cpp;fp=src%2Fmaterial.cpp;h=821f8d4602ebe0640a2637af69ea99aa799dd000;hp=7c2eb0e6569370363d79dcd473d98b43e167fe5a;hb=627c8d0c947391cb025671d281bc91370e55bb03;hpb=1a76862e831371dd0a7eb74b460c93b5932165c1 diff --git a/src/material.cpp b/src/material.cpp index 7c2eb0e..821f8d4 100644 --- a/src/material.cpp +++ b/src/material.cpp @@ -30,7 +30,7 @@ using namespace irr; SCM -video_SMaterial_make (SCM rest) +SMaterial_make (SCM rest) { SCM material_type; SCM ambient_color; @@ -122,7 +122,7 @@ video_SMaterial_make (SCM rest) void init_material (void) { - DEFINE_GSUBR ("video_SMaterial_make", 0, 0, 1, video_SMaterial_make); + DEFINE_GSUBR ("SMaterial_make", 0, 0, 1, SMaterial_make); } video::E_ANTI_ALIASING_MODE