From 9f15b740eae2b4d990bf212f6ebbef7b91cc4a65 Mon Sep 17 00:00:00 2001 From: Azaezel Date: Fri, 27 Feb 2015 20:14:57 -0600 Subject: [PATCH] stops names showing through statics --- Engine/source/T3D/fps/guiShapeNameHud.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/source/T3D/fps/guiShapeNameHud.cpp b/Engine/source/T3D/fps/guiShapeNameHud.cpp index 0609bbd0e..1e7977e07 100644 --- a/Engine/source/T3D/fps/guiShapeNameHud.cpp +++ b/Engine/source/T3D/fps/guiShapeNameHud.cpp @@ -193,7 +193,7 @@ void GuiShapeNameHud::onRender( Point2I, const RectI &updateRect) // Collision info. We're going to be running LOS tests and we // don't want to collide with the control object. - static U32 losMask = TerrainObjectType | ShapeBaseObjectType; + static U32 losMask = TerrainObjectType | ShapeBaseObjectType | StaticObjectType; control->disableCollision(); // All ghosted objects are added to the server connection group,