Merge pull request #16 from devZoGok/bf-15-pe-node

removed unneeded field
This commit is contained in:
devZoGok
2023-11-01 14:37:20 +00:00
committed by GitHub
-1
View File
@@ -54,7 +54,6 @@ namespace vb01{
int numParticles;
Particle **particles;
Material *material = nullptr;
Node *node = nullptr;
Vector2 size = Vector2::VEC_IJ;
Vector3 gravity = Vector3::VEC_ZERO;
Vector4 startColor = Vector4::VEC_IJKL, endColor = Vector4::VEC_IJKL;