- Added warzow-support to q3map2
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@119 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
@@ -154,12 +154,11 @@ public:
|
||||
void renderWireframe(Renderer& renderer, const VolumeTest& volume, const Matrix4& localToWorld) const
|
||||
{
|
||||
renderSolid(renderer, volume, localToWorld);
|
||||
#if 0
|
||||
|
||||
if(g_showNames)
|
||||
{
|
||||
renderer.addRenderable(m_renderName, g_matrix4_identity);
|
||||
renderer.addRenderable(m_renderName, m_transform.localToParent());
|
||||
}
|
||||
#endif
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user