Commit Graph

2 Commits

Author SHA1 Message Date
Dennis Brakhane 5e27c926f8 fix SDL_Init check (#908)
make_sdlsystem always returns a valid int pointer containing the result
of SDL_Init. SDL_Init is 0 on success, and a negative int on failure.
2024-08-05 05:54:40 +02:00
Preben Eriksen 0d3d12cc22 PE: ImGui Docking Sample. (#485)
* PE: ImGui Docking Sample.

* PE: Added new files to CMakeLists.txt.

* PE: WickedEngine.sln VS2022 version.

* PE:

* PE: Removed some warnings.
2022-07-10 12:39:59 +02:00