new cursor while cleaning up from refactor.

This commit is contained in:
2018-11-18 00:17:23 -06:00
parent 1195b8228a
commit a4bedd34af
6 changed files with 39 additions and 4 deletions

View File

@@ -45,7 +45,6 @@ namespace RhythmBullet.Zer01HD.Utilities.ContentSystem
public T Get<T>(string assetName)
{
Console.WriteLine("Attempt get");
lock (queue)
{
return (T)assets[assetName];