diff --git a/tests/cpp-tests/Classes/Particle3DTest/Particle3DTest.cpp b/tests/cpp-tests/Classes/Particle3DTest/Particle3DTest.cpp index 1cf5f6ba73..af523b7f30 100644 --- a/tests/cpp-tests/Classes/Particle3DTest/Particle3DTest.cpp +++ b/tests/cpp-tests/Classes/Particle3DTest/Particle3DTest.cpp @@ -563,7 +563,7 @@ bool Particle3DWithSprite3DDemo::init() this->addChild(billboard); - auto rootps = PUParticleSystem3D::create("star.pu"); + auto rootps = PUParticleSystem3D::create("lineStreak.pu"); rootps->setCameraMask((unsigned short)CameraFlag::USER1); rootps->startParticleSystem(); this->addChild(rootps, 0, PARTICLE_SYSTEM_TAG);