mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +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";
|
||||
case 0006:
|
||||
return "Torque 3D";
|
||||
|
||||
case 0007:
|
||||
return "Torque 3D MIT";
|
||||
|
||||
default:
|
||||
return "Torque Engine";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue