From 9b7be419c9dcc6ebd1e504713c7b2676ca3d2fdf Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 23 Oct 2024 21:54:28 +0200 Subject: `clang-format` --- src/crepe/Component.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crepe/Component.cpp') diff --git a/src/crepe/Component.cpp b/src/crepe/Component.cpp index e2cd7e0..358ce31 100644 --- a/src/crepe/Component.cpp +++ b/src/crepe/Component.cpp @@ -2,4 +2,4 @@ using namespace crepe; -Component::Component(uint32_t id) : gameObjectId(id), active(true) {} +Component::Component(uint32_t id) : game_object_id(id), active(true) {} -- cgit v1.2.3