Only provide a single Lua function for creating debug axes

This commit is contained in:
Alexander Bock
2024-07-18 14:35:42 +02:00
parent 79dce8acfa
commit 3566296f20
3 changed files with 25 additions and 69 deletions

View File

@@ -161,8 +161,7 @@ scripting::LuaLibrary DebuggingModule::luaLibrary() const {
codegen::lua::RenderCameraPath,
codegen::lua::RemoveRenderedCameraPath,
codegen::lua::RenderPathControlPoints,
codegen::lua::RemovePathControlPoints,
codegen::lua::AddCartesianAxes
codegen::lua::RemovePathControlPoints
},
.scripts = {
absPath("${MODULE_DEBUGGING}/scripts/axes.lua")