We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3365c73 commit 0261c2eCopy full SHA for 0261c2e
1 file changed
src/hyperlib/renderer/camera.cpp
@@ -84,8 +84,6 @@ namespace hyper
84
85
void camera::set_camera_matrix(const matrix4x4& world_to_camera, float elapsed)
86
{
87
- // #TODO why is this broken for canyon-nis to car camera transition???
88
-
89
if (!camera::stop_updating)
90
91
::memcpy(&this->previous_key, &this->current_key, sizeof(camera::params));
0 commit comments