fix mouse capture bug

This commit is contained in:
2017-08-19 16:59:05 +01:00
parent da4bfff69b
commit a2b888efd6
2 changed files with 8 additions and 0 deletions

View File

@@ -284,4 +284,5 @@ void NodeCanvas::reset_camera()
m_canvas->m_cam_rot = {0, 0};
m_canvas->m_cam_pos = {0, 0, 0};
m_canvas->m_cam_fov = 85;
m_canvas->m_pan = {0, 0};
}