mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
* Cleanup: Reorganize the engine main CMakeLists.txt for readability.
This commit is contained in:
parent
342449625b
commit
4a36a998ab
3 changed files with 208 additions and 131 deletions
|
|
@ -143,7 +143,7 @@ bool DInputDevice::create()
|
|||
|
||||
result = mDevice->SetDataFormat( &dataFormat );
|
||||
if ( FAILED( result ) )
|
||||
{
|
||||
{
|
||||
Con::errorf( " Failed to set the data format for the %s input device.", mName );
|
||||
#ifdef LOG_INPUT
|
||||
Input::log( "Failed to set the data format for %s!\n", mName );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue