Update sierpinski-triangle-graphical.ahk

This commit is contained in:
GAGIEL 2016-10-13 16:09:34 +08:00 committed by GitHub
parent 948b86eafa
commit 3b9a46c2df

View file

@ -82,7 +82,8 @@ Loop, % n
UpdateLayeredWindow(hwnd1, hdc, (A_ScreenWidth-Width)/2, (A_ScreenHeight-Height)/2, Width, Height)
Sleep, 0.5*1000
}
SelectObject(hdc, obm)
Gdip_DeleteBrush(pBrushBlue)
, SelectObject(hdc, obm)
, DeleteObject(hbm)
, DeleteDC(hdc)
, Gdip_DeleteGraphics(G)