浏览代码

Style sheet parser: Adjust number of reserved properties, and formatting

Michael Ragazzon 1 年之前
父节点
当前提交
354c37234d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/Core/StyleSheetParser.cpp

+ 1 - 1
Source/Core/StyleSheetParser.cpp

@@ -91,7 +91,7 @@ private:
 	ShorthandId id_rectangle;
 
 public:
-	SpritesheetPropertyParser() : specification(4, 1)
+	SpritesheetPropertyParser() : specification(6, 1)
 	{
 		id_src = specification.RegisterProperty("src", "", false, false).AddParser("string").GetId();
 		id_rx = specification.RegisterProperty("rectangle-x", "", false, false).AddParser("length").GetId();