mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Compile Bullet library under Windows
For some reason the Bullet physics library's project file was not being included in the solution when the bullet module was added. This change makes sure that when you want to use Bullet, it will correctly be added by the Project Generator.
This commit is contained in:
parent
965336d54d
commit
0074c4f141
|
|
@ -35,8 +35,7 @@ beginModule( 'bullet' );
|
|||
{
|
||||
addProjectDependency( 'libbullet' );
|
||||
|
||||
if (Generator::$platform != "win32")
|
||||
addSolutionProjectRef( 'libbullet' );
|
||||
addSolutionProjectRef( 'libbullet' );
|
||||
}
|
||||
|
||||
endModule();
|
||||
|
|
|
|||
Loading…
Reference in a new issue