mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-20 15:13:45 +00:00
fix per tron
This commit is contained in:
parent
98630fbcb8
commit
c88002ce8f
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ void SFXFMODProvider::init()
|
|||
dllName = "fmodex64.dll";
|
||||
pDllName = "fmodexp64.dll";
|
||||
eventDllName = "fmod_event64.dll";
|
||||
#elif defined(TORQUE_OS_WIN32)
|
||||
#elif defined(TORQUE_OS_WIN)
|
||||
dllName = "fmodex.dll";
|
||||
pDllName = "fmodexp.dll";
|
||||
eventDllName = "fmod_event.dll";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue