feat: uncapped framerate

This commit is contained in:
Sara 2024-01-18 14:02:07 +01:00
parent 1304b572d7
commit e9ec0e9237

View file

@ -16,7 +16,7 @@ void draw() {}
int main(int argc, char* argv[]) {
struct ProgramSettings config = {
.target_fps = 80,
.target_fps = 0,
.title = "fencer",
.view_resolution = {1920, 1080},
.on_play = &play,