networking
This commit is contained in:
@@ -47,6 +47,13 @@ void CBrushEntity::Think( float fDelta )
|
||||
|
||||
};
|
||||
|
||||
void CBrushEntity::Sync( void *pData, uint32_t nDataSize )
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
void CBrushEntity::ReadParameter( const char *szName, const char *szValue )
|
||||
{
|
||||
CBaseEntity::ReadParameter(szName, szValue);
|
||||
@@ -143,6 +150,7 @@ void CBrushRendering::Init()
|
||||
void CBrushRendering::Frame( float fDelta )
|
||||
{
|
||||
IRenderer::ResetState();
|
||||
IRenderer::SetDepthMode(DEPTH_MODE_LESS);
|
||||
IRenderer::BindPipeline(g_BrushPipeline);
|
||||
struct {
|
||||
mat4 i;
|
||||
|
||||
Reference in New Issue
Block a user