aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/game.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/game.rs')
-rw-r--r--rust/src/game.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/src/game.rs b/rust/src/game.rs
index ece5a54..7004f96 100644
--- a/rust/src/game.rs
+++ b/rust/src/game.rs
@@ -41,6 +41,5 @@ impl Game {
// This function will be called in every frame
#[export]
unsafe fn _process(&self, _owner: &Spatial, delta: f64) {
- godot_print!("Inside {} _process(), delta is {}", self.name, delta);
}
}