- [FIX] Canvi de tipus del timer

This commit is contained in:
2026-05-01 19:49:54 +02:00
parent b51ef4ba64
commit d117cd3b8b
4 changed files with 8 additions and 11 deletions

View File

@@ -91,10 +91,6 @@ namespace backend
SDL_SetClipboardText(value);
}
uint64_t get_time_ms() {
return SDL_GetTicks();
}
}
#endif