mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-18 22:23:48 +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,
|
||||
ParticleVertexType *lVerts );
|
||||
|
||||
inline void setupOriented( Particle *part,
|
||||
void setupOriented( Particle *part,
|
||||
const Point3F &camPos,
|
||||
const LinearColorF &ambientColor,
|
||||
ParticleVertexType *lVerts );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue