From 6b7a055fd3d100d649e38498010ea6b8c63e8512 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 25 May 2020 23:53:05 +0200 Subject: [PATCH] spherical raycasting: combine with non-raycasted graphics --- drawing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drawing.cpp b/drawing.cpp index c8ac260b..cf885301 100644 --- a/drawing.cpp +++ b/drawing.cpp @@ -1987,7 +1987,7 @@ EX void draw_main() { reset_projection(); /* currently incompatible with primitive-based renderer */ /* also not implemented in stretch */ - return; + if(stretch::factor) return; } for(int p: {1, 0, 2, 3}) {