Add viewport content scale
This commit is contained in:
parent
bb73dafe37
commit
045f511bd9
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,7 @@ void Window::_update_viewport_size() {
|
|||
|
||||
} break;
|
||||
case CONTENT_SCALE_MODE_VIEWPORT: {
|
||||
final_size = viewport_size;
|
||||
final_size = (viewport_size / content_scale_factor).floor();
|
||||
attach_to_screen_rect = Rect2(margin, screen_size);
|
||||
|
||||
} break;
|
||||
|
|
Loading…
Reference in a new issue