Fix incorrect prefab serialization to correctly handle diff on object references to prefab objects
#3136
This commit is contained in:
@@ -41,7 +41,7 @@ void ChangeIds(rapidjson_flax::Value& obj, rapidjson_flax::Document& document, c
|
||||
'0','0','0','0','0','0','0','0','0','0',
|
||||
'0','0','0','0','0','0','0','0','0','0',
|
||||
'0','0'
|
||||
// @formatter:on
|
||||
// @formatter:on
|
||||
};
|
||||
static const char* digits = "0123456789abcdef";
|
||||
uint32 n = value.A;
|
||||
|
||||
Reference in New Issue
Block a user