We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4343bc3 commit a2f606aCopy full SHA for a2f606a
1 file changed
code/beginner/tutorial6-uniforms/src/lib.rs
@@ -485,6 +485,7 @@ impl State {
485
event_loop.exit();
486
} else {
487
self.camera_controller.handle_key(key, pressed);
488
+ self.update();
489
}
490
491
0 commit comments