Fix in ENABLE_CAMERA_STATISTICS

This commit is contained in:
enricoturri1966 2020-05-22 09:51:57 +02:00
parent 082a30a5db
commit f345e58358

View File

@ -2182,7 +2182,7 @@ void GLCanvas3D::render()
#endif // ENABLE_RENDER_STATISTICS
#if ENABLE_CAMERA_STATISTICS
m_camera.debug_render();
camera.debug_render();
#endif // ENABLE_CAMERA_STATISTICS
std::string tooltip;