mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
Bug fixes for alternative zip layout and define to toggle it on
This commit is contained in:
parent
3df2aa64f4
commit
31036c4031
9 changed files with 46 additions and 5 deletions
|
|
@ -73,6 +73,11 @@
|
|||
/// the root of the path. Requires the virtual mount system to be active.
|
||||
//#define TORQUE_DISABLE_FIND_ROOT_WITHIN_ZIP
|
||||
|
||||
//Uncomment this define if you want to use the alternative zip support where you can
|
||||
//define your directories and files inside the zip just like you would on disk
|
||||
//instead of the default zip support that treats the zip as an extra directory.
|
||||
//#define TORQUE_ZIP_DISK_LAYOUT
|
||||
|
||||
/// Define me if you don't want Torque to compile dso's
|
||||
#define TORQUE_NO_DSO_GENERATION
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue