From ee61835f1f5343bdc9c2f8ebc05ee04a3b469843 Mon Sep 17 00:00:00 2001 From: dhthwy <302825+dhthwy@users.noreply.github.com> Date: Wed, 27 Dec 2023 21:20:46 -0500 Subject: [PATCH] rendermax: note that this plugin needs testing and improvements rendermax: note that this plugin needs testing and improvements --- plugins/rendermax/renderer_light.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugins/rendermax/renderer_light.hpp b/plugins/rendermax/renderer_light.hpp index 5d6799ec9..99fa96c4f 100644 --- a/plugins/rendermax/renderer_light.hpp +++ b/plugins/rendermax/renderer_light.hpp @@ -1,3 +1,12 @@ +/* + * TODO - important! + * Rendermax needs testing for thread related bugs + * due to the move from tinythread to std::thread and other + * standard library counterparts. + * + * It may also need improvements in regards to thread safety. + */ + #pragma once #include