You've already forked godot
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user