mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
fix the string
This commit is contained in:
parent
9c8f1a809e
commit
330c20ec2c
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ struct ParticleStruct
|
|||
float frictionRot;
|
||||
float frictionRotVar;
|
||||
|
||||
std::string sFrame;
|
||||
gd::string sFrame;
|
||||
|
||||
ParticleStruct()
|
||||
: TotalParticles(0)
|
||||
|
|
Loading…
Reference in a new issue