mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-07 11:22:45 +01:00
bbf0752a3d
This test crashed apparently only on macOS, although it should have not worked on Linux as well as it exhibits undefined behavior Anyway, the cause was passing a uninitialized variable into OpenGL as a buffer id. Just initialize it with 0 (reserved 'no object' id) and check before using it. |
||
---|---|---|
.. | ||
source | ||
CMakeLists.txt |