From b5f88b1d5248ed785434fda1b63bedc78512fd08 Mon Sep 17 00:00:00 2001 From: Azaezel Date: Mon, 22 Oct 2018 20:37:12 -0500 Subject: [PATCH] the turret sample was built with varying trailing nubers. now that we default to that being the specifier, need to specify SingleSize (alternatively DetectDTS) instead for the very rare case when that isn't the intent. --- Templates/Full/game/art/shapes/weapons/Turret/TP_Turret.cs | 2 +- .../Modules/FPSGameplay/art/shapes/weapons/Turret/TP_Turret.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Templates/Full/game/art/shapes/weapons/Turret/TP_Turret.cs b/Templates/Full/game/art/shapes/weapons/Turret/TP_Turret.cs index 040d57bfa5..1220829056 100644 --- a/Templates/Full/game/art/shapes/weapons/Turret/TP_Turret.cs +++ b/Templates/Full/game/art/shapes/weapons/Turret/TP_Turret.cs @@ -23,6 +23,6 @@ singleton TSShapeConstructor(TP_TurretDAE) { baseShape = "./TP_Turret.DAE"; - lodType = "TrailingNumber"; + lodType = "SingleSize"; loadLights = "0"; }; diff --git a/Templates/Modules/FPSGameplay/art/shapes/weapons/Turret/TP_Turret.cs b/Templates/Modules/FPSGameplay/art/shapes/weapons/Turret/TP_Turret.cs index 040d57bfa5..1220829056 100644 --- a/Templates/Modules/FPSGameplay/art/shapes/weapons/Turret/TP_Turret.cs +++ b/Templates/Modules/FPSGameplay/art/shapes/weapons/Turret/TP_Turret.cs @@ -23,6 +23,6 @@ singleton TSShapeConstructor(TP_TurretDAE) { baseShape = "./TP_Turret.DAE"; - lodType = "TrailingNumber"; + lodType = "SingleSize"; loadLights = "0"; };