Skip to content

Commit

Permalink
Fix webassembly action
Browse files Browse the repository at this point in the history
  • Loading branch information
bit69tream committed Dec 26, 2023
1 parent 2e42b48 commit 854fb2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sinister.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ int main(void) {
SetTraceLogLevel(LOG_NONE);
#endif
InitWindow(screenWidth, screenHeight, "sinister");

#if defined(PLATFORM_DESKTOP)
SetWindowState(FLAG_WINDOW_RESIZABLE);
#endif

target = LoadRenderTexture(screenWidth, screenHeight);
/* SetTextureFilter(target.texture, TEXTURE_FILTER_BILINEAR); */
Expand Down

0 comments on commit 854fb2e

Please sign in to comment.