mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Removed temporary vsync and example log message
This commit is contained in:
@@ -14,16 +14,8 @@ namespace Sandbox
|
||||
|
||||
public override void Update(GameTime gameTime)
|
||||
{
|
||||
Log.ClientLogger.Info("ExampleLayer.Update");
|
||||
|
||||
// Just for temporary vsyncing
|
||||
// Todo: remove
|
||||
//DwmFlush();
|
||||
}
|
||||
|
||||
[CLink, Import("Dwmapi.lib")]
|
||||
static extern void DwmFlush();
|
||||
|
||||
public override void OnEvent(Event event)
|
||||
{
|
||||
Log.ClientLogger.Trace("{}", event);
|
||||
|
||||
Reference in New Issue
Block a user