Fix typo.

This commit is contained in:
Relintai 2022-01-20 18:57:23 +01:00
parent ea96a36996
commit df502c5e5e

View File

@ -123,7 +123,7 @@ func set_up_base_rect() -> void:
func normalize_uvs() -> void:
var xmm : float = _uv_max.x - _uv_min.x
var ymm : float = _uv_max.x - _uv_min.x
var ymm : float = _uv_max.y - _uv_min.y
if xmm == 0:
xmm = 0.0000001