diff --git a/GlitchyEngine/src/Content/AssetHandle.bf b/GlitchyEngine/src/Content/AssetHandle.bf index 810074c..4841807 100644 --- a/GlitchyEngine/src/Content/AssetHandle.bf +++ b/GlitchyEngine/src/Content/AssetHandle.bf @@ -315,10 +315,11 @@ struct AssetHandle where T : Asset } // TODO: Cast up? - public AssetHandle Cast() where NewT : T + // TODO: Wasn't used, if needed, fix... + /*public AssetHandle Cast() where NewT : T { return AssetHandle(this._handle, this._contentManager); - } + }*/ static void AssetSerialize(BonWriter writer, ValueView value, BonEnvironment environment, SerializeValueState state) {