godot/modules/raycast
Andy Maloney 95cc19d320 Fix sign comparison error in lightmap_raycaster.cpp
Compiling with latest clang on macOS produces this error:

comparison of integers of different signs: 'uint32_t' (aka 'unsigned int') and 'int' [-Werror,-Wsign-compare]

This file is not present in 4.0/master.
2021-01-21 16:07:25 -05:00
..
config.py Add Embree thirdparty library 2021-01-14 18:02:07 +01:00
godot_update_embree.py
lightmap_raycaster.cpp Fix sign comparison error in lightmap_raycaster.cpp 2021-01-21 16:07:25 -05:00
lightmap_raycaster.h CPU lightmapper fixes. 2021-01-15 12:32:54 +01:00
register_types.cpp CPU lightmapper fixes. 2021-01-15 12:32:54 +01:00
register_types.h CPU lightmapper fixes. 2021-01-15 12:32:54 +01:00
SCsub Fix crash in lightmapper under MinGW-GCC Windows 2021-01-18 18:28:11 +01:00