1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-03 19:11:41 +00:00

Remove mistakenly added push constant from SSR

This commit is contained in:
clayjohn
2022-01-15 17:03:55 -08:00
parent e09881de93
commit abd0003e4c

View File

@@ -728,7 +728,6 @@ private:
uint8_t metallic_mask[4];
float projection[16];
float prev_projection[16];
};
struct ScreenSpaceReflection {