From 019172f740856f0b43c3f8c3684c4505ebeb5d4a Mon Sep 17 00:00:00 2001 From: Fire Cube Date: Sat, 3 May 2025 21:52:04 +0200 Subject: [PATCH] im dumb --- src/common/binary_helper.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/binary_helper.h b/src/common/binary_helper.h index 366b1a13d..dcf5c2dc4 100644 --- a/src/common/binary_helper.h +++ b/src/common/binary_helper.h @@ -17,6 +17,5 @@ void readBin(std::istream& is, T& v) { if (is.eof()) { LOG_WARNING(Render_Recompiler, "BinaryHelper: EOF"); } - LOG_WARNING is.read(reinterpret_cast(&v), sizeof(T)); } \ No newline at end of file