mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-27 08:09:31 +00:00
Merge branch 'Preview4_0_DevHead' into tsneo
This commit is contained in:
commit
6e072dbf91
62 changed files with 388 additions and 459 deletions
|
|
@ -975,13 +975,16 @@ ConsoleSetType( TypePID )
|
|||
else
|
||||
{
|
||||
Torque::UUID uuid;
|
||||
if( !uuid.fromString( argv[ 0 ] ) )
|
||||
{
|
||||
|
||||
if( !uuid.fromString( argv[ 0 ] ) )
|
||||
{
|
||||
Con::errorf( "Error parsing UUID in PID: '%s'", argv[ 0 ] );
|
||||
*pid = NULL;
|
||||
}
|
||||
else
|
||||
*pid = SimPersistID::findOrCreate( uuid );
|
||||
}
|
||||
else
|
||||
{
|
||||
*pid = SimPersistID::findOrCreate(uuid);
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue