mirror of
https://github.com/godotengine/godot.git
synced 2024-11-26 06:03:38 +00:00
Fix build error after #27294
This commit is contained in:
parent
712b789dc8
commit
e949d6c2ae
@ -96,7 +96,7 @@ void TextureRect::_notification(int p_what) {
|
||||
size.width *= hflip ? -1.0f : 1.0f;
|
||||
size.height *= vflip ? -1.0f : 1.0f;
|
||||
|
||||
if (region.no_area()) {
|
||||
if (region.has_no_area()) {
|
||||
draw_texture_rect(texture, Rect2(offset, size), tile);
|
||||
} else {
|
||||
draw_texture_rect_region(texture, Rect2(offset, size), region);
|
||||
|
Loading…
Reference in New Issue
Block a user