Code cleanup.
This commit is contained in:
@@ -103,7 +103,7 @@ namespace Cryville.Crtr {
|
||||
static Type GetComponentByName(string name) {
|
||||
Type result;
|
||||
if (GenericResources.Components.TryGetValue(name, out result)) return result;
|
||||
throw new ArgumentException(string.Format("Component type {0} not found", name));
|
||||
throw new ArgumentException(string.Format("Component type \"{0}\" not found", name));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user