1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Fix reflection probe

This commit is contained in:
Bastiaan Olij
2021-04-20 23:59:46 +10:00
parent aa677865e3
commit ebf10fe736
5 changed files with 17 additions and 7 deletions

View File

@@ -462,8 +462,8 @@ private:
uint32_t mask;
float ambient[3]; // ambient color,
float intensity;
bool exterior;
bool box_project;
uint32_t exterior;
uint32_t box_project;
uint32_t ambient_mode;
uint32_t pad;
float local_matrix[16]; // up to here for spot and omni, rest is for directional