mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-03-03 17:25:27 +03:00
removed devmsg (it will spam the console)
This commit is contained in:
parent
fe42dfbfdd
commit
93d18ed85f
@ -1331,8 +1331,6 @@ void CViewRender::Render( vrect_t *rect )
|
||||
pPlayer->GetViewModel(0)->GetAttachmentLocal(rootBone, rootOrigin, rootAngles);
|
||||
cameraOrigin -= rootOrigin;
|
||||
cameraAngles -= rootAngles;
|
||||
|
||||
DevMsg("camera attachment found\n");
|
||||
}
|
||||
view.angles += cameraAngles * cl_camera_anim_intensity.GetFloat();
|
||||
view.origin += cameraOrigin * cl_camera_anim_intensity.GetFloat();
|
||||
|
Loading…
x
Reference in New Issue
Block a user