1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 06:52:34 +02:00
openrw/rwlib
Christoph Heiss bbf0752a3d Fix unit test 'LoaderDFF/test_clump_clone'.
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.
2018-02-10 16:58:59 +00:00
..
source Fix unit test 'LoaderDFF/test_clump_clone'. 2018-02-10 16:58:59 +00:00
CMakeLists.txt Fix misaligned memory(UB) 2018-01-13 00:49:17 +00:00