mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Fix problem with formatting
This commit is contained in:
parent
d041cbbb7a
commit
0e87023e46
1 changed files with 6 additions and 8 deletions
|
|
@ -1275,8 +1275,6 @@ DefineEngineFunction( sfxGetAvailableDevices, const char*, (),,
|
||||||
|
|
||||||
if (len <= 0)
|
if (len <= 0)
|
||||||
return deviceList;
|
return deviceList;
|
||||||
|
|
||||||
//TODO: caps
|
|
||||||
}
|
}
|
||||||
|
|
||||||
provider = provider->getNextProvider();
|
provider = provider->getNextProvider();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue