enable vsync on desktop
parent
143bf1bffa
commit
746ec9b00d
|
@ -17,12 +17,7 @@ ActSpawnCar(void) {
|
|||
Position * dest = ecs_get_mut(world_ecs(), e, Position);
|
||||
*dest = *origin;
|
||||
entity_set_position(e, dest->x, dest->y);
|
||||
|
||||
debug_replay_special_action(RPKIND_SPAWN_CAR);
|
||||
}
|
||||
|
||||
void
|
||||
ActSpawnItemPrev(void) {
|
||||
wwwwa
|
||||
while (true) {
|
||||
--sel_item_id;
|
||||
item_id id = item_find_no_proxy(sel_item_id);
|
||||
|
|
Loading…
Reference in New Issue