From 3e83c27b4ac94c59387ab77945c0ea61362994b9 Mon Sep 17 00:00:00 2001 From: austin Date: Sat, 5 Apr 2025 18:26:02 -0400 Subject: [PATCH] correct docs --- docs/src/progress/renderertodo.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/src/progress/renderertodo.md b/docs/src/progress/renderertodo.md index f76271b3..0a97fe5b 100644 --- a/docs/src/progress/renderertodo.md +++ b/docs/src/progress/renderertodo.md @@ -1508,9 +1508,6 @@ Scripting enhancements - Spawn/Destroy entities - Ability to define regions in space (ie with entities) -Code Generation - - Generate static "hasXComponent", "getXComponent" functions on sync'd components - Wrapper callback to debounce a function - ie, wrap a given block of code with some special functional class - the wrapper lets you specify how frequently the code can execute @@ -1521,6 +1518,7 @@ Rearchitecting - Cache busting for particle atlas cache Code cleanup + - Rename "BehaviorTree" to be "Component" (what it actually is) - Refactor ground movement components Build system to allow specifying certain audio files to load as stereo