mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Started making Input framebased and added KeyCodes
This commit is contained in:
@@ -78,7 +78,7 @@ namespace GlitchyEngine
|
||||
/**
|
||||
* Tells the timer that a frame has passed and updates the counters.
|
||||
*/
|
||||
public void Tick()
|
||||
public void NewFrame()
|
||||
{
|
||||
TimeSpan old = _totalTime;
|
||||
_totalTime = Elapsed;
|
||||
|
||||
Reference in New Issue
Block a user