File diff r25260:b20f15e2e276 → r25261:3b1b500a06d6
src/video/win32_v.cpp
Show inline comments
 
@@ -1311,6 +1311,8 @@ const char *VideoDriver_Win32OpenGL::Sta
 
		_cur_resolution = old_res;
 
		return "Can't get pointer to screen buffer";
 
	}
 
	/* Main loop expects to start with the buffer unmapped. */
 
	this->ReleaseVideoPointer();
 

	
 
	MarkWholeScreenDirty();