mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +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";
|
dllName = "fmodex64.dll";
|
||||||
pDllName = "fmodexp64.dll";
|
pDllName = "fmodexp64.dll";
|
||||||
eventDllName = "fmod_event64.dll";
|
eventDllName = "fmod_event64.dll";
|
||||||
#elif defined(TORQUE_OS_WIN32)
|
#elif defined(TORQUE_OS_WIN)
|
||||||
dllName = "fmodex.dll";
|
dllName = "fmodex.dll";
|
||||||
pDllName = "fmodexp.dll";
|
pDllName = "fmodexp.dll";
|
||||||
eventDllName = "fmod_event.dll";
|
eventDllName = "fmod_event.dll";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue