aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/game.rs
diff options
context:
space:
mode:
authorLibravatar David <david003@gmx.net>2022-07-16 11:42:39 +0200
committerLibravatar David <david003@gmx.net>2022-07-16 11:42:39 +0200
commit5678a04042b7b2ea52a927101cf66064535dc272 (patch)
tree8d2cb1625452f0ad3f4ca53bbe523e1b5562a9cb /rust/src/game.rs
parentbc0a59f2955b1e8bfd0870860d33c04205e6389e (diff)
download2022-5678a04042b7b2ea52a927101cf66064535dc272.tar.gz
2022-5678a04042b7b2ea52a927101cf66064535dc272.tar.bz2
2022-5678a04042b7b2ea52a927101cf66064535dc272.zip
add separate shooting intensity
Diffstat (limited to 'rust/src/game.rs')
-rw-r--r--rust/src/game.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/game.rs b/rust/src/game.rs
index 16c93d8..61b23ed 100644
--- a/rust/src/game.rs
+++ b/rust/src/game.rs
@@ -40,5 +40,5 @@ impl Game {
// This function will be called in every frame
#[export]
- unsafe fn _process(&self, _owner: &Spatial, delta: f64) {}
+ unsafe fn _process(&self, _owner: &Spatial, _delta: f64) { }
}