foreignsasquatch / raylib-hx

Haxe bindings for raylib, a simple and easy-to-use library to learn videogame programming
https://raylib.com
zlib License
55 stars 13 forks source link

Disable console window by default #43

Closed Stilic closed 8 months ago

Stilic commented 8 months ago

The Raylib console window is now hidden by default. To enable it, you can add a flag, as explained in the README.

foreignsasquatch commented 8 months ago

It would be better if you changed it so that it is can be turned off by a flag instead of the other way around

Stilic commented 8 months ago

@foreignsasquatch the console is now shown by default.