Temporarily disabled explosion creation for the sand-barrel example

This commit is contained in:
Sachith Hasaranga Seneviratne 2014-08-04 22:44:41 +05:30
parent be0f09a828
commit 127162190a

View File

@ -3,7 +3,7 @@ void onKartObjectCollision()
if (getCollidingID()=="stklib_fitchBarrelTestDestroyed_a"){
int kart_id = getCollidingKart1();
Vec3 location = getKartLocation(kart_id);
createExplosion(location);
//createExplosion(location);
disableAnimation("stklib_fitchBarreltest_a_main");
}
else {