diff --git a/src/map.c b/src/map.c
index 13c30c3b169533991be683bd0c52c07e0ba6fd49..86bb3903e18bfe088c70b04a9fd1803af9e3f6c7 100644
--- a/src/map.c
+++ b/src/map.c
@@ -318,8 +318,6 @@ static bool _CheckGL_Error(const char* GLcall, const char* file, const int line)
 #endif
 static int map_objects_toscreen(lua_State *L)
 {
-	if (!fbo_active) return 0;
-
 	int x = luaL_checknumber(L, 1);
 	int y = luaL_checknumber(L, 2);
 	int w = luaL_checknumber(L, 3);