This repository has been archived on 2022-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
Xash3DArchive/cms_qf/cm_debug.c

12 lines
363 B
C

//=======================================================================
// Copyright XashXT Group 2007 ©
// cm_debug.c - draw collision hulls outlines
//=======================================================================
#include "cm_local.h"
#include "mathlib.h"
void CM_DrawCollision( cmdraw_t drawPoly )
{
if( !drawPoly ) return;
}