mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Merge pull request #1152 from Azaezel/achingArches
fix archlinux compilation issue
This commit is contained in:
commit
32c7f2c30a
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ class ParticleEmitter : public GameBase
|
||||||
const LinearColorF &ambientColor,
|
const LinearColorF &ambientColor,
|
||||||
ParticleVertexType *lVerts );
|
ParticleVertexType *lVerts );
|
||||||
|
|
||||||
inline void setupOriented( Particle *part,
|
void setupOriented( Particle *part,
|
||||||
const Point3F &camPos,
|
const Point3F &camPos,
|
||||||
const LinearColorF &ambientColor,
|
const LinearColorF &ambientColor,
|
||||||
ParticleVertexType *lVerts );
|
ParticleVertexType *lVerts );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue