From bec0cc4301b996feb596cf9e6065177f4dedb934 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 16 Jun 2024 13:51:07 +0200 Subject: [PATCH] texture:: removed useless drawscreen() from txcl --- textures.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textures.cpp b/textures.cpp index cc86bcfa..a36884e9 100644 --- a/textures.cpp +++ b/textures.cpp @@ -1745,7 +1745,7 @@ int textureArgs() { } else if(argis("-txcl")) { - PHASE(3); drawscreen(); + PHASE(3); config.load(); }