Created
June 11, 2014 22:34
-
-
Save seebs/771b99f1a3250f2b43f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/moai-sim/MOAIParticlePexPlugin.cpp b/src/moai-sim/MOAIParticlePexPlugin.cpp | |
index f2b556a..32c5015 100644 | |
--- a/src/moai-sim/MOAIParticlePexPlugin.cpp | |
+++ b/src/moai-sim/MOAIParticlePexPlugin.cpp | |
@@ -752,6 +752,8 @@ void MOAIParticlePexPlugin::_renderRadialScript( float* particle, float* registe | |
sprite->mXLoc = particle[ MOAIParticle::PARTICLE_X ]; | |
sprite->mYLoc = particle[ MOAIParticle::PARTICLE_Y ]; | |
+ sprite->mGfxID = 1; | |
+ | |
} | |
void MOAIParticlePexPlugin::OnInit ( float* particle, float* registers) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment