mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-11-14 21:15:05 -05:00
Fix type
This commit is contained in:
parent
8b8c0eceb9
commit
1fca497d9b
8
game.h
8
game.h
@ -75,10 +75,10 @@
|
||||
#endif
|
||||
|
||||
#ifndef SFG_GAME_STEP_COMMAND
|
||||
#define SFG_GAME_STEP_COMMAND {} /**< Will be called each simlation step (good
|
||||
for creating deterministic behavior such as
|
||||
demos (SFG_mainLoopBody() calls potentially
|
||||
multiple simulation steps). */
|
||||
#define SFG_GAME_STEP_COMMAND {} /**< Will be called each simulation step
|
||||
(good for creating deterministic behavior
|
||||
such as demos (SFG_mainLoopBody() calls
|
||||
potentially multiple simulation steps). */
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user