Skip to content

Commit

Permalink
ray4: add wmain return to eliminate warning on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
hollasch committed Nov 13, 2024
1 parent bc97368 commit 0fdde2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ray4/src/r4_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -728,4 +728,6 @@ int wmain (int argc, wchar_t *argv[]) {
FireRays(params); // Raytrace the scene.

Halt(nullptr); // Clean up and exit.

return 0;
}

0 comments on commit 0fdde2c

Please sign in to comment.