From 8400ee769f33d6da5524daa19e5e67b41f05ba39 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Wed, 1 Nov 2023 02:08:08 +0100 Subject: [PATCH] Fix emblem misalignment --- r5dev/core/r5dev.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/r5dev/core/r5dev.h b/r5dev/core/r5dev.h index 3d25a30f..54797c6f 100644 --- a/r5dev/core/r5dev.h +++ b/r5dev/core/r5dev.h @@ -8,10 +8,10 @@ __declspec(dllexport) void DummyExport() static const char* const R5R_EMBLEM[] = { R"(+-------------------------------------------------------------+)", - R"(| ___ ___ ___ _ _ _ ___ _ _ |)", - R"(| | _ \ __| _ \___| |___ __ _ __| |___ __| | __ _|_ )| | | |)", - R"(| | /__ \ / -_) / _ \/ _` / _` / -_) _` | \ V // / |_ _||)", - R"(| |_|_\___/_|_\___|_\___/\__,_\__,_\___\__,_| \_//___(_)|_| |)", - R"(| |)"/*, + R"(| ___ ___ ___ _ _ _ ___ _ _ |)", + R"(| | _ \ __| _ \___| |___ __ _ __| |___ __| | __ _|_ )| | | |)", + R"(| | /__ \ / -_) / _ \/ _` / _` / -_) _` | \ V // / |_ _| |)", + R"(| |_|_\___/_|_\___|_\___/\__,_\__,_\___\__,_| \_//___(_)|_| |)", + R"(| |)"/*, R"(+-------------------------------------------------------------+)"*/ };