FLAMEGPU / FLAMEGPU2-visualiser

Cross platform real-time OpenGL visualiser for FLAMEGPU2 models.
1 stars 2 forks source link

Fix va_list compilation issue on arm/tegra in VisException #119

Closed Robadob closed 1 year ago

Robadob commented 1 year ago

Remove casting of va_list to bool which does not appear to be present in gcc/glibc on ubuntu 20.04 for nvidia tegra's with GCC 9

This was previously fixed in main static lib. (See https://github.com/FLAMEGPU/FLAMEGPU2/issues/1038)