Skip to content

Commit 28f26b4

Browse files
committed
fix(ecs): typoo
1 parent 2179c7e commit 28f26b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/include/health_bar.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace cpprl {
99

1010
class HealthBar : public UiWindow {
1111
private:
12-
SupaRL::DefenseComponent& health_;
12+
SupaRL::DefenceComponent& health_;
1313

1414
public:
1515
HealthBar(

0 commit comments

Comments
 (0)