Fixed editorcamera stuttering, Added editor icons

This commit is contained in:
Simon Lübeß
2022-05-18 14:12:26 +02:00
parent 5d8a4ad3a7
commit 4cd0bff91d
10 changed files with 273 additions and 51 deletions
+5
View File
@@ -9,6 +9,11 @@ namespace GlitchyEngine.Core
*/
public class RefCounter : System.RefCounted, IDisposable
{
protected ~this()
{
}
public void Dispose()
{
ReleaseRef();