mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-09-05 21:14:34 +02:00
fix
This commit is contained in:
@@ -26,7 +26,7 @@ func (self *FullScreen) SwapAndShow() {
|
||||
if self.HWND != nil {
|
||||
rect_ := rect.Rect(self.PosX, self.PosY, self.Width, self.Height)
|
||||
surface.Blit(self.HWND, self.CanvasHWND, &rect_, nil)
|
||||
SwapAndShow()
|
||||
DisplayFlip()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user