diff --git a/src/Core/Entities/OOLaserShotEntity.m b/src/Core/Entities/OOLaserShotEntity.m index 80fa04ff..94354260 100644 --- a/src/Core/Entities/OOLaserShotEntity.m +++ b/src/Core/Entities/OOLaserShotEntity.m @@ -197,4 +197,16 @@ static const GLfloat kLaserVertices[] = CheckOpenGLErrors(@"OOLaserShotEntity after drawing %@", self); } + +- (BOOL) isParticle +{ + return YES; +} + + +- (BOOL) canCollide +{ + return NO; +} + @end