From 4e2662c9d8d71242d1d4beef526d75ca026ca27f Mon Sep 17 00:00:00 2001 From: Guido Ranzuglia granzuglia Date: Fri, 16 Mar 2012 17:25:06 +0000 Subject: [PATCH] remove compile error --- src/meshlabplugins/render_rfx/render_rfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshlabplugins/render_rfx/render_rfx.cpp b/src/meshlabplugins/render_rfx/render_rfx.cpp index c393f7a4c..593d41cd7 100755 --- a/src/meshlabplugins/render_rfx/render_rfx.cpp +++ b/src/meshlabplugins/render_rfx/render_rfx.cpp @@ -184,7 +184,7 @@ void RenderRFX::Render(QAction *action, MeshDocument &md, RenderMode &rm, QGLWi } else{ if(mp->visible) - mp->Render(rm.drawMode,rm.colorMode,rm.textureMode); + mp->render(rm.drawMode,rm.colorMode,rm.textureMode); } }