Browse Source

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

Michael Ragazzon 1 year ago
parent
commit
354c37234d
1 changed files with 1 additions and 1 deletions
  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();