mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-03-13 22:22:13 +00:00
IOQ3 commit 2195
This commit is contained in:
parent
417ec1d5a3
commit
54448fe498
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ void RE_AddRefEntityToScene( const refEntity_t *ent ) {
|
|||
return;
|
||||
}
|
||||
if ( r_numentities >= MAX_ENTITIES ) {
|
||||
ri.Printf(PRINT_DEVELOPER, "RE_AddRefEntityToScene: Dropping refEntity, reached MAX_ENTITIES\n");
|
||||
return;
|
||||
}
|
||||
if ( Q_isnan(ent->origin[0]) || Q_isnan(ent->origin[1]) || Q_isnan(ent->origin[2]) ) {
|
||||
|
|
Loading…
Reference in a new issue