mirror of
				https://github.com/raysan5/raylib.git
				synced 2025-11-04 01:34:19 +00:00 
			
		
		
		
	Update core_automation_events.c
This commit is contained in:
		@@ -247,7 +247,7 @@ int main(void)
 | 
			
		||||
            // NOTE: Multiple events could be executed in a single frame
 | 
			
		||||
            while (playFrameCounter == aelist.events[currentPlayFrame].frame)
 | 
			
		||||
            {
 | 
			
		||||
                TraceLog(LOG_INFO, "PLAYING: PlayFrameCount: %i | currentPlayFrame: %i | Event Frame: %i, param: %i | current Time: %f", 
 | 
			
		||||
                TraceLog(LOG_INFO, "PLAYING: PlayFrameCount: %i | currentPlayFrame: %i | Event Frame: %i, param: %i", 
 | 
			
		||||
                    playFrameCounter, currentPlayFrame, aelist.events[currentPlayFrame].frame, aelist.events[currentPlayFrame].params[0]);
 | 
			
		||||
                
 | 
			
		||||
                PlayAutomationEvent(aelist.events[currentPlayFrame]);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user