You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
optional formal changes
This commit is contained in:
@@ -7281,7 +7281,7 @@ void VisualServerRaster::_draw_viewports() {
|
||||
if (r.size.width==0)
|
||||
r.size.width=window_w;
|
||||
if (r.size.height==0)
|
||||
r.size.height=window_w;
|
||||
r.size.height=window_h;
|
||||
|
||||
|
||||
_draw_viewport(vp,r.pos.x,r.pos.y,r.size.width,r.size.height);
|
||||
|
||||
Reference in New Issue
Block a user