Skip to content

Commit 604ba37

Browse files
committed
fix
1 parent 6ec3cd4 commit 604ba37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenGL/src/game_objects/enemies/LaserTurret.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "TurretHead.h"
77
class LaserTurret : public Character {
88
public:
9-
Turret(const std::string& name, float x, float y);
9+
LaserTurret(const std::string& name, float x, float y);
1010
virtual void update() override;
1111
virtual void tickUpdate() override;
1212
int aimDirection_x = 0;

0 commit comments

Comments
 (0)