mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 05:01:53 +00:00
Fixed editorcamera stuttering, Added editor icons
This commit is contained in:
@@ -9,6 +9,11 @@ namespace GlitchyEngine.Core
|
||||
*/
|
||||
public class RefCounter : System.RefCounted, IDisposable
|
||||
{
|
||||
protected ~this()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
ReleaseRef();
|
||||
|
||||
Reference in New Issue
Block a user