From d25c025cbe0ec77cbb661a52df8814a2748ff743 Mon Sep 17 00:00:00 2001 From: songchengjiang Date: Tue, 3 Mar 2015 17:53:19 +0800 Subject: [PATCH] replace star.pu with lineStreak.pu --- tests/cpp-tests/Classes/Particle3DTest/Particle3DTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);