no message
This commit is contained in:
		@@ -766,9 +766,7 @@ void setStudioMode(EditorMode mode)
 | 
			
		||||
		EditorMode prev = studio.mode;
 | 
			
		||||
 | 
			
		||||
		if(prev == TIC_RUN_MODE)
 | 
			
		||||
		{
 | 
			
		||||
		 	studio.tic->api.pause(studio.tic);
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		if(mode != TIC_RUN_MODE)
 | 
			
		||||
			studio.tic->api.reset(studio.tic);
 | 
			
		||||
@@ -2042,9 +2040,6 @@ static void renderStudio()
 | 
			
		||||
		studio.tic->api.tick_start(studio.tic, src);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if(studio.mode != TIC_RUN_MODE)
 | 
			
		||||
		useSystemPalette();
 | 
			
		||||
 | 
			
		||||
	switch(studio.mode)
 | 
			
		||||
	{
 | 
			
		||||
	case TIC_START_MODE:	studio.start.tick(&studio.start); break;
 | 
			
		||||
@@ -2075,6 +2070,10 @@ static void renderStudio()
 | 
			
		||||
	studio.tic->api.tick_end(studio.tic);
 | 
			
		||||
 | 
			
		||||
	blitSound();
 | 
			
		||||
 | 
			
		||||
	if(studio.mode != TIC_RUN_MODE)
 | 
			
		||||
		useSystemPalette();
 | 
			
		||||
	
 | 
			
		||||
	blitTexture();
 | 
			
		||||
 | 
			
		||||
	renderCursor();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user