Update sierpinski-triangle-graphical.ahk
This commit is contained in:
parent
948b86eafa
commit
3b9a46c2df
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue