浏览代码

Fix open prefab showing nothing problem.

/main
Yuncong Zhang 5 年前
当前提交
86019b8c
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 2
      Runtime/editor/editor_window.cs

2
Runtime/editor/editor_window.cs


void updatePhysicalSize() {
var size = this.queryWindowSize();
this._lastWindowWidth = size.x;
this._lastWindowHeight = size.y;
this._physicalSize = new Size(
this._lastWindowWidth * this._devicePixelRatio,
this._lastWindowHeight * this._devicePixelRatio);

正在加载...
取消
保存