We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3aa85 commit 9fb1896Copy full SHA for 9fb1896
rendering/mesh_texture_rd/mesh_texture_rd.gd
@@ -163,6 +163,7 @@ func update(force: bool = false) -> void:
163
_reset_vertex()
164
mesh_dirty = false
165
166
+ _reset_uniform() # Work around bug in Godot 4.4, we have to reset uniform before drawing (Fixed in 4.5)
167
_draw_list()
168
emit_changed()
169
_update_queued = false
0 commit comments