mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
Merge pull request #363 from thecelloman/productstring
Fill in missing case for getEngineProductString switch block.
This commit is contained in:
commit
ca2c143feb
1 changed files with 3 additions and 1 deletions
|
|
@ -74,7 +74,9 @@ const char* getEngineProductString()
|
||||||
return "Torque for Wii";
|
return "Torque for Wii";
|
||||||
case 0006:
|
case 0006:
|
||||||
return "Torque 3D";
|
return "Torque 3D";
|
||||||
|
case 0007:
|
||||||
|
return "Torque 3D MIT";
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return "Torque Engine";
|
return "Torque Engine";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue