forked from LeenkxTeam/LNXSDK
		
	moisesjpelaez - Time Fix
This commit is contained in:
		@ -39,11 +39,11 @@ class Time {
 | 
			
		||||
	}
 | 
			
		||||
		
 | 
			
		||||
	public static inline function time(): Float {
 | 
			
		||||
		return kha.Scheduler.time();
 | 
			
		||||
		return kha.Scheduler.time() * scale;
 | 
			
		||||
	}
 | 
			
		||||
	
 | 
			
		||||
	public static inline function realTime(): Float {
 | 
			
		||||
		return kha.Scheduler.realTime();
 | 
			
		||||
		return kha.Scheduler.realTime() * scale;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	public static function update() {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user