mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-23 21:35:34 +00:00
changed Generator to T3D_Generator to prevent problems with newer php versions
This commit is contained in:
parent
39b893f1ca
commit
9b49f56bd6
26 changed files with 160 additions and 160 deletions
|
|
@ -25,7 +25,7 @@ beginModule( 'fmod' );
|
|||
$allgood = true;
|
||||
|
||||
// Additional includes
|
||||
switch( Generator::$platform )
|
||||
switch( T3D_Generator::$platform )
|
||||
{
|
||||
case "win32":
|
||||
case "mac":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue