Skip to content

Commit

Permalink
update texture builder utility
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG committed Mar 26, 2024
1 parent 2b5f6d7 commit b576dba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildwtd.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ for /f "delims=" %%i in ('dir %src% /a:d/s/b') do (
if not exist !modified! mkdir !modified!
set "string=%%i"
set "modified=!string:%src%=%dst%!"
ResourceBuilder.exe -c_wtd_v8 !modified! -f %%i
fftdc.exe -c_wtd_v8 !modified! -f %%i
)
)
cd ..
Expand Down
Binary file added tools/ResourceBuilder/fftdc.exe
Binary file not shown.

0 comments on commit b576dba

Please sign in to comment.