Model and Material loading via content manager

This commit is contained in:
Simon Lübeß
2023-01-07 12:15:14 +01:00
parent ee30920b56
commit 3da60355df
25 changed files with 859 additions and 267 deletions
+1 -2
View File
@@ -7,11 +7,10 @@ namespace GlitchyEngine.Core
* Implements the IDisposable interface so that it can be used with a using-Block so that the counter
* will be decremented automatically after leaving the block.
*/
public class RefCounter : System.RefCounted, IDisposable
public class RefCounter : RefCounted, IDisposable
{
protected ~this()
{
}
public void Dispose()