You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
[Label3D] Fix updating labels in subvieports on oversampling change.
This commit is contained in:
@@ -1224,6 +1224,7 @@ void Window::_update_viewport_size() {
|
||||
TS->font_set_global_oversampling(font_oversampling);
|
||||
if (!ci_updated) {
|
||||
update_canvas_items();
|
||||
emit_signal(SNAME("size_changed"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user