Laserlicht 3 tygodni temu
rodzic
commit
57a49838ec
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/serializer/JsonSerializeFormat.h

+ 1 - 1
lib/serializer/JsonSerializeFormat.h

@@ -351,7 +351,7 @@ public:
 			{
 				Key key = Key::decode(keyStr);
 
-				LIBRARY->identifiers()->requestIdentifier(node.getModScope(), Key::entityType(), keyStr, [&value, key](int32_t index) {
+				LIBRARY->identifiers()->requestIdentifier(jsonVal.getModScope(), Key::entityType(), keyStr, [&value, key](int32_t index) {
 					value[key] = T(index);
 				});
 			}