From 4f87bf5d982a7698eba2c8ea57b6fb0f0e0a14d6 Mon Sep 17 00:00:00 2001 From: Carmine Date: Thu, 4 Jan 2018 00:55:10 +0100 Subject: [PATCH] LightAttribute: Changed two names --- GameFiles/Resources/Drawable.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GameFiles/Resources/Drawable.cs b/GameFiles/Resources/Drawable.cs index f4f68ad..6255b4f 100644 --- a/GameFiles/Resources/Drawable.cs +++ b/GameFiles/Resources/Drawable.cs @@ -2034,10 +2034,10 @@ namespace CodeWalker.GameFiles public byte ColorB { get; set; } public byte Unknown_1Bh { get; set; } public float Intensity { get; set; } - public uint Unknown_20h { get; set; } + public uint Flags { get; set; } public ushort BoneId { get; set; } public ushort Type { get; set; } - public uint Unknown_28h { get; set; } + public uint TimeFlags { get; set; } public float Falloff { get; set; } public float FalloffExponent { get; set; } public float CullingPlaneNormalX { get; set; }