mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fix in ENABLE_CAMERA_STATISTICS
This commit is contained in:
parent
082a30a5db
commit
f345e58358
1 changed files with 1 additions and 1 deletions
|
@ -2182,7 +2182,7 @@ void GLCanvas3D::render()
|
||||||
#endif // ENABLE_RENDER_STATISTICS
|
#endif // ENABLE_RENDER_STATISTICS
|
||||||
|
|
||||||
#if ENABLE_CAMERA_STATISTICS
|
#if ENABLE_CAMERA_STATISTICS
|
||||||
m_camera.debug_render();
|
camera.debug_render();
|
||||||
#endif // ENABLE_CAMERA_STATISTICS
|
#endif // ENABLE_CAMERA_STATISTICS
|
||||||
|
|
||||||
std::string tooltip;
|
std::string tooltip;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue