瀏覽代碼

Rect: fix serialization

Konstantin P 2 年之前
父節點
當前提交
6988b288ba
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Rect.h

+ 1 - 1
lib/Rect.h

@@ -160,7 +160,7 @@ public:
 		h & x;
 		h & y;
 		h & w;
-		h & h;
+		h & this->h;
 	}
 };