Reduce compilation problems by moving FindObject fwd decl to be more commonly included
#1040
This commit is contained in:
@@ -456,7 +456,7 @@ namespace Serialization
|
||||
Guid id;
|
||||
Deserialize(stream, id, modifier);
|
||||
modifier->IdsMapping.TryGet(id, id);
|
||||
v = (T*)FindObject(id, T::GetStaticClass());
|
||||
v = (T*)::FindObject(id, T::GetStaticClass());
|
||||
}
|
||||
|
||||
// Scripting Object Reference
|
||||
|
||||
Reference in New Issue
Block a user