From ea7d7ec301968f3a542de93f487f9501b70c0cd4 Mon Sep 17 00:00:00 2001 From: WBoerenkamps Date: Mon, 25 Nov 2024 11:48:01 +0100 Subject: code standard fixing --- src/test/inputTest.cpp | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'src/test/inputTest.cpp') diff --git a/src/test/inputTest.cpp b/src/test/inputTest.cpp index 0ca415a..8f3eb48 100644 --- a/src/test/inputTest.cpp +++ b/src/test/inputTest.cpp @@ -214,29 +214,35 @@ TEST_F(InputTest, testButtonHover) { GameObject obj = mgr.new_object("body", "person", vec2{0, 0}, 0, 1); auto& button = obj.add_component