From d13c8bbc3b524593eefed80656cf105140900f79 Mon Sep 17 00:00:00 2001 From: dexy Date: Sun, 29 Dec 2019 10:47:36 +1100 Subject: [PATCH] Fix for ymap XML not displaying --- CodeWalker.Core/GameFiles/FileTypes/YmapFile.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CodeWalker.Core/GameFiles/FileTypes/YmapFile.cs b/CodeWalker.Core/GameFiles/FileTypes/YmapFile.cs index 6021219..b591209 100644 --- a/CodeWalker.Core/GameFiles/FileTypes/YmapFile.cs +++ b/CodeWalker.Core/GameFiles/FileTypes/YmapFile.cs @@ -227,9 +227,9 @@ namespace CodeWalker.GameFiles #endregion -#if !DEBUG - Meta = null; -#endif +//#if !DEBUG +// Meta = null; //this object is required for XML conversion! can't just let go of it here +//#endif }