diff --git a/BurnOutSharp.Wrappers/PortableExecutable.cs b/BurnOutSharp.Wrappers/PortableExecutable.cs index 50e8b0c0..ccfca30c 100644 --- a/BurnOutSharp.Wrappers/PortableExecutable.cs +++ b/BurnOutSharp.Wrappers/PortableExecutable.cs @@ -458,7 +458,7 @@ namespace BurnOutSharp.Wrappers lock (_sourceDataLock) { // Use the cached data if possible - if (_resourceData != null) + if (_resourceData != null && _resourceData.Count != 0) return _resourceData; // If we have no resource table, just return