Skip to content
Snippets Groups Projects
Commit c273674d authored by neomonkeus's avatar neomonkeus
Browse files

Fix longstanding bug with shader flag registry, greyscale_to_palettecolor

parent 949c1a10
No related branches found
No related tags found
No related merge requests found
......@@ -225,7 +225,7 @@ class ShaderProps(PropertyGroup):
name='Vertex Alpha'
)
cls.slsf_1_greyscale_to_paletteColor = BoolProperty(
cls.slsf_1_greyscale_to_palettecolor = BoolProperty(
name='Greyscale to Palette Color'
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment