Added system path stuff on Windows

Fixed typo in image loading
This commit is contained in:
2025-10-05 00:24:51 +01:00
parent dd316664f6
commit 55c1adba40
5 changed files with 78 additions and 3 deletions

View File

@@ -85,7 +85,6 @@ int main(int argc, char **argv) {
}
}
int w, h;
SDL_GetWindowSizeInPixels(window, &w, &h);