v1.0.0-rc.60
This commit is contained in:
@@ -404,6 +404,8 @@ namespace {
|
||||
s.y = GetCBORFloat(map_value);
|
||||
else if (key == "I")
|
||||
s.intensity = GetCBORFloat(map_value);
|
||||
else if (key == "maxc")
|
||||
s.maxc = GetCBORInt(map_value);
|
||||
else if (key == "indexed")
|
||||
s.indexed = GetCBORBool(map_value);
|
||||
else if (key == "angle")
|
||||
|
||||
Reference in New Issue
Block a user