fix the string

This commit is contained in:
altalk23 2024-06-08 14:46:24 +03:00
parent 9c8f1a809e
commit 330c20ec2c

View file

@ -119,7 +119,7 @@ struct ParticleStruct
float frictionRot;
float frictionRotVar;
std::string sFrame;
gd::string sFrame;
ParticleStruct()
: TotalParticles(0)