new cursor while cleaning up from refactor.
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user