marked progress as volatile

This commit is contained in:
Harrison Deng 2018-11-01 00:14:31 -05:00
parent df8397c0c7
commit d61b18952f

View File

@ -21,7 +21,7 @@ namespace RhythmBullet.Zer01HD.Utilities.ContentSystem
readonly Queue<LoadableContent> queue;
Dictionary<string, IDisposable> assets;
public readonly Dictionary<Type, IContentPathModifier> contentPathModifier;
float progress;
volatile float progress;
public ContentSystem(ContentManager contentManager)
{
this.contentManager = contentManager;