From 624c7aaaf192f2e87081a241123a8507a4718ba3 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Thu, 29 Jun 2023 10:11:19 +1000 Subject: Move lighting calculation to separate thread --- source/frontend/StarClientCommandProcessor.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/frontend/StarClientCommandProcessor.hpp') diff --git a/source/frontend/StarClientCommandProcessor.hpp b/source/frontend/StarClientCommandProcessor.hpp index 9b0219b..3093450 100644 --- a/source/frontend/StarClientCommandProcessor.hpp +++ b/source/frontend/StarClientCommandProcessor.hpp @@ -31,6 +31,7 @@ private: String debug(); String boxes(); String fullbright(); + String asyncLighting(); String setGravity(StringList const& arguments); String resetGravity(); String fixedCamera(); -- cgit v1.2.3