mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +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,7 +62,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