ソースを参照

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;
 	}
 };