Examples: made examples's main.cpp consistent with returning 1 on error.

This commit is contained in:
ocornut
2025-09-24 17:48:48 +02:00
parent 940627d008
commit cee40f8af9
13 changed files with 34 additions and 33 deletions

View File

@@ -67,6 +67,7 @@ Other Changes:
- Examples: SDL2+DirectX11: Try WARP software driver if hardware driver is
not available. (#5924, #5562)
- Examples: SDL3+DirectX11: Added SDL3+DirectX11 example. (#8956, #8957) [@tomaz82]
- Examples: made examples's main.cpp consistent with returning 1 on error.
-----------------------------------------------------------------------