tobspr / LUI

Lightweight User Interface for Panda3D
MIT License
84 stars 24 forks source link

Fix compilation error on Linux #33

Closed rdb closed 7 years ago

rdb commented 7 years ago

This is necessary to make it compile on Linux. TRUE is not portable, and it's also not necessary since the type is a standard C++ bool type.

michaeladams commented 7 years ago

My bad - I should have tried compiling on linux as well. Although I assume the travis build would have also picked it up.

tobspr commented 7 years ago

Thanks! I believe there are some issues with the travis build right now which is why it doesn't properly detect if the module compiles or not (It always fails)