mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Fixed compile error in some method I'm not sure why, but it wasn't used 🤷
This commit is contained in:
@@ -315,10 +315,11 @@ struct AssetHandle<T> where T : Asset
|
||||
}
|
||||
|
||||
// TODO: Cast up?
|
||||
public AssetHandle<NewT> Cast<NewT>() where NewT : T
|
||||
// TODO: Wasn't used, if needed, fix...
|
||||
/*public AssetHandle<NewT> Cast<NewT>() where NewT : T
|
||||
{
|
||||
return AssetHandle<NewT>(this._handle, this._contentManager);
|
||||
}
|
||||
}*/
|
||||
|
||||
static void AssetSerialize(BonWriter writer, ValueView value, BonEnvironment environment, SerializeValueState state)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user