mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-25 10:51:36 +00:00
Small fix, reverting an accidental change in group.cpp
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@120 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
parent
3177630aed
commit
d2d257b41b
1 changed files with 2 additions and 1 deletions
|
@ -154,11 +154,12 @@ public:
|
||||||
void renderWireframe(Renderer& renderer, const VolumeTest& volume, const Matrix4& localToWorld) const
|
void renderWireframe(Renderer& renderer, const VolumeTest& volume, const Matrix4& localToWorld) const
|
||||||
{
|
{
|
||||||
renderSolid(renderer, volume, localToWorld);
|
renderSolid(renderer, volume, localToWorld);
|
||||||
|
#if 0
|
||||||
if(g_showNames)
|
if(g_showNames)
|
||||||
{
|
{
|
||||||
renderer.addRenderable(m_renderName, m_transform.localToParent());
|
renderer.addRenderable(m_renderName, m_transform.localToParent());
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue