mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 11:04:39 +00:00
remove compile error
This commit is contained in:
parent
bd34f87d52
commit
4e2662c9d8
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user