Disable recenter on flatscreen

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-10-02 10:08:16 +03:00
parent 7a5c305a06
commit 952a562bba

View File

@@ -120,7 +120,9 @@ static int l_recenter(lua_State *L)
{
(void)L;
LunarWM_set_recenter_from_camera(&g_wm);
if (g_wm.xr.available) {
LunarWM_set_recenter_from_camera(&g_wm);
}
lua_pushnil(L);
return 1;