mirror of
https://github.com/godotengine/godot.git
synced 2025-01-30 21:33:18 +08:00
Add viewport content scale
This commit is contained in:
parent
bb73dafe37
commit
045f511bd9
@ -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 New Issue
Block a user