* Cleanup: Reorganize the engine main CMakeLists.txt for readability.

This commit is contained in:
Robert MacGregor 2022-05-31 08:30:11 -04:00
parent 342449625b
commit 4a36a998ab
3 changed files with 208 additions and 131 deletions

View file

@ -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 );