You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Fix the 3D grid flickering when the origin is enabled
This commit is contained in:
@@ -508,6 +508,7 @@ private:
|
||||
|
||||
RID origin;
|
||||
RID origin_instance;
|
||||
bool origin_enabled;
|
||||
RID grid[3];
|
||||
RID grid_instance[3];
|
||||
bool grid_visible[3]; //currently visible
|
||||
|
||||
Reference in New Issue
Block a user