Use correct value range for the local dwarf groups

This commit is contained in:
Alexander Bock
2025-07-01 16:48:30 +02:00
parent 2094fa52e6
commit f6f2574b36

View File

@@ -32,7 +32,7 @@ local Object = {
ColorMapping = {
File = speck .. "localgroup.cmap",
ParameterOptions = {
{ Key = "association" }
{ Key = "association", Range = { 0, 4 } }
}
}
},