1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-06 17:25:19 +00:00

Removed time duplicate from ForwardClustered. Just use the variable from its superclass

This commit is contained in:
Bastiaan Olij
2021-03-11 18:08:10 +11:00
parent 73b5eb2673
commit f7cbeb0d1b
3 changed files with 1 additions and 9 deletions

View File

@@ -1182,7 +1182,7 @@ public:
return debug_draw;
}
virtual void set_time(double p_time, double p_step);
void set_time(double p_time, double p_step);
RID get_reflection_probe_buffer();
RID get_omni_light_buffer();