aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Config.h
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2024-12-07 15:43:00 +0100
committerJAROWMR <jarorutjes07@gmail.com>2024-12-07 15:43:00 +0100
commitfe8f985d2c7ea672a5f886d7d0df064f26bd2cb4 (patch)
treec09952570ac3732dfd821ae00fe379330e513e7c /src/crepe/api/Config.h
parent478f5f6232c46e1a60c023bf5dcbe2a934f42d84 (diff)
improved physics for AI
Diffstat (limited to 'src/crepe/api/Config.h')
-rw-r--r--src/crepe/api/Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Config.h b/src/crepe/api/Config.h
index a9745c3..c31cf4a 100644
--- a/src/crepe/api/Config.h
+++ b/src/crepe/api/Config.h
@@ -63,7 +63,7 @@ public:
*
* Gravity value of game.
*/
- double gravity = 1;
+ float gravity = 1;
} physics;
//! default window settings