mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Fill in missing case for getEngineProductString switch block.
This commit is contained in:
parent
78242191ec
commit
da0db2a382
1 changed files with 3 additions and 1 deletions
|
|
@ -62,6 +62,8 @@ 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