Fix critical typo in rendering styles creation that led to invisible styles

This commit is contained in:
Dion Moult
2022-09-19 23:10:56 +10:00
parent 83f70624a4
commit d751ee9995
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -175,7 +175,7 @@ class TestGetSurfaceRenderingAttributes(NewFile):
"Green": 1,
"Blue": 1,
},
"Transparency": 1,
"Transparency": 0,
"DiffuseColour": {
"Name": None,
"Red": 0.5,
@@ -202,7 +202,7 @@ class TestGetSurfaceRenderingAttributes(NewFile):
"Green": 1,
"Blue": 1,
},
"Transparency": 1,
"Transparency": 0,
"DiffuseColour": {
"Name": None,
"Red": 0.5,
@@ -229,7 +229,7 @@ class TestGetSurfaceRenderingAttributes(NewFile):
"Green": 1,
"Blue": 1,
},
"Transparency": 1,
"Transparency": 0,
"DiffuseColour": {
"Name": None,
"Red": 0.5,
@@ -255,7 +255,7 @@ class TestGetSurfaceRenderingAttributes(NewFile):
"Green": 1,
"Blue": 1,
},
"Transparency": 1,
"Transparency": 0,
"DiffuseColour": {
"Name": None,
"Red": 0.5,
@@ -281,7 +281,7 @@ class TestGetSurfaceRenderingAttributes(NewFile):
"Green": 1,
"Blue": 1,
},
"Transparency": 1,
"Transparency": 0,
"DiffuseColour": {
"Name": None,
"Red": 1,