diff options
Diffstat (limited to 'game/shared/stasis.hh')
| -rw-r--r-- | game/shared/stasis.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/shared/stasis.hh b/game/shared/stasis.hh index 6a3e280..bd06d4e 100644 --- a/game/shared/stasis.hh +++ b/game/shared/stasis.hh @@ -8,7 +8,7 @@ class Dimension; // out of bounds in a specific dimension struct StasisComponent final { public: - static void fixed_update(Dimension *dimension); + static void fixed_update(Dimension* dimension); }; #endif /* SHARED_STASIS_HH */ |
