mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-25 12:28:17 +00:00
Polys that have no texture assigned contain no UVs in the poly command. These were previously not blanked, leading to random values if read from a custom shader. This PR just blanks them.