WIITD / raylib-freebasic

FreeBasic bindings for raylib
MIT License
25 stars 7 forks source link

WindowShouldClose function doesn't work on Linux. #6

Closed jasonisdead closed 2 years ago

jasonisdead commented 2 years ago

I'm using Manjaro Linux.

The WindowShouldClose function always returns a 0, as in false.

I got it to work on my system by changing the return type in the raylib.bi header from byte to boolean. Might affect other functions that return bools too.

WIITD commented 2 years ago

thanks for pointing that out, i fixed it and every other function else that returned incorrect data type