mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2025-12-31 00:10:44 -06:00
Use correct value range for the local dwarf groups
This commit is contained in:
@@ -32,7 +32,7 @@ local Object = {
|
||||
ColorMapping = {
|
||||
File = speck .. "localgroup.cmap",
|
||||
ParameterOptions = {
|
||||
{ Key = "association" }
|
||||
{ Key = "association", Range = { 0, 4 } }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user