Fix descriptor leak on resize
This commit is contained in:
parent
be03bf524f
commit
5d89216db5
17 changed files with 935 additions and 2 deletions
Binary file not shown.
2
android/examples/clean.bat
Normal file
2
android/examples/clean.bat
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
FOR /d /r . %%d IN (assets) DO @IF EXIST "%%d" rd /s /q "%%d"
|
||||
FOR /d /r . %%d IN (build) DO @IF EXIST "%%d" rd /s /q "%%d"
|
||||
Loading…
Add table
Add a link
Reference in a new issue