mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-16 08:10:32 +02:00
Updated com_showfps to show additional stats.
This commit is contained in:
@@ -2631,7 +2631,7 @@ void idGameLocal::CallObjectFrameCommand( idEntity *ent, const char *frameComman
|
||||
func = ent->scriptObject.GetFunction( frameCommand );
|
||||
if ( !func ) {
|
||||
if ( !ent->IsType( idTestModel::Type ) ) {
|
||||
Error( "Unknown function '%s' called for frame command on entity '%s'", frameCommand, ent->name.c_str() );
|
||||
Warning( "Unknown function '%s' called for frame command on entity '%s'", frameCommand, ent->name.c_str() );
|
||||
}
|
||||
} else {
|
||||
frameCommandThread->CallFunction( ent, func, true );
|
||||
|
||||
Reference in New Issue
Block a user