mirror of
https://github.com/w23/xash3d-fwgs
synced 2025-01-18 23:00:01 +01:00
vk: infotool: mark ent index as dynamic
This commit is contained in:
parent
52f99ec329
commit
f722f38617
@ -50,7 +50,8 @@ void XVK_CameraDebugPrintCenterEntity( void ) {
|
||||
);
|
||||
|
||||
p += Q_snprintf(p, end - p,
|
||||
"entity index: %d, name: %s\n",
|
||||
"entity (dynamic index: %d, info: %d), name: %s\n",
|
||||
ent ? ent->index : -1,
|
||||
(physent && physent->info > 0) ? physent->info : -1,
|
||||
(ent && ent->model) ? ent->model->name : "N/A");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user