From 36f368fa70efbc248e8b89cf605635838ed8a74d Mon Sep 17 00:00:00 2001 From: Sasha Szpakowski Date: Sun, 3 Aug 2025 17:11:49 -0300 Subject: [PATCH] Fix accidental lua stack modification in love.event.push. Fixes #2210. --- src/common/runtime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/runtime.cpp b/src/common/runtime.cpp index fcb4d1046..a053b8dd6 100644 --- a/src/common/runtime.cpp +++ b/src/common/runtime.cpp @@ -775,7 +775,7 @@ Variant luax_checkvariant(lua_State *L, int n, bool allowuserdata, std::set 0) table->pairs.reserve(len);