mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
fix archlinux compilation issue
This commit is contained in:
parent
97de2e6b60
commit
ff67efbb19
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