We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87f3ba commit 8add46eCopy full SHA for 8add46e
System/Entity.cpp
@@ -57,7 +57,7 @@ namespace RTE {
57
if (className == "AtomGroup" || className == "Attachable" || className == "AEmitter") {
58
reader.ReportError("The PresetName to be copied was not found in data modules.");
59
}
60
- reader.ReportError("ERROR: Couldn't find the preset '" + refName + "' accessed in " + reader.GetCurrentFilePath() + " at line " + reader.GetCurrentFileLine());
+ reader.ReportError("Couldn't find the preset '" + refName + " when trying to do CopyOf.");
61
62
} else if (propName == "PresetName" || propName == "InstanceName") {
63
SetPresetName(reader.ReadPropValue());
0 commit comments