From 0c7cf38b33534db1ea8da855f1ca02b3ca5ccea5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 14 Nov 2022 17:38:16 +0100 Subject: editor: fix harmless clang warning --- editor/app.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor') diff --git a/editor/app.hpp b/editor/app.hpp index 5a52ef58..5b4497b0 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -106,7 +106,7 @@ private: wireframe_mesh _wireframe_box {_wireframe_texture}; editor _editor; key_set keys; - std::array key_modifiers; + std::array key_modifiers = {}; cursor_state cursor; }; -- cgit v1.2.3