From 337042a6b13d3c217d1d06d96d603610679b98b6 Mon Sep 17 00:00:00 2001 From: ManDude <7569514+ManDude@users.noreply.github.com> Date: Sun, 19 Jun 2022 15:33:15 +0100 Subject: [PATCH] complain --- game/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/main.cpp b/game/main.cpp index 744f239bb5..967610917b 100644 --- a/game/main.cpp +++ b/game/main.cpp @@ -81,7 +81,7 @@ int main(int argc, char** argv) { #ifndef __AVX2__ if (get_cpu_info().has_avx2) { - printf("Note: your CPU supports AVX2, but this build was not compiled with AVX2 support\n"); + printf("Note: your CPU supports AVX2, but this build was not compiled with AVX2 support\nTHIS IS NOT AN ERROR!\n"); get_cpu_info().has_avx2 = false; } #endif