mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
Fix archive
Incorrect cmake directory was messing up reading from zips STB was failing to read from zips, it was failing to get the file info, something we were using as an early out, now if that files on the filepath, we use the memory read instead since stream needs to be a success to get to that point.
This commit is contained in:
parent
5d1f306668
commit
cd6656be35
3 changed files with 16 additions and 5 deletions
|
|
@ -97,7 +97,7 @@ endif (WIN32 AND TORQUE_D3D11)
|
|||
|
||||
# Handle core
|
||||
torqueAddSourceDirectories("core" "core/stream" "core/strings" "core/util"
|
||||
"core/util/journal" "core/util/zip" "core/util/compressors")
|
||||
"core/util/journal" "core/util/zip" "core/util/zip/compressors")
|
||||
# Handle GUI
|
||||
torqueAddSourceDirectories("gui" "gui/buttons" "gui/containers" "gui/controls" "gui/core"
|
||||
"gui/game" "gui/shiny" "gui/utility" "gui/3d")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue