mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-06 19:01:04 +03:00
Removed parent entity not found message in CG_GetOrigin
This commit is contained in:
parent
f3affb3d4c
commit
3627760748
1 changed files with 0 additions and 1 deletions
|
@ -666,7 +666,6 @@ void CG_GetOrigin(centity_t *cent, vec3_t origin)
|
|||
parent = cgi.R_GetRenderEntity(cent->currentState.parent);
|
||||
|
||||
if (!parent) {
|
||||
cgi.DPrintf("CG_GetOrigin: Could not find parent entity\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue