Render animation fixes, vs code tasks

This commit is contained in:
2026-03-15 13:22:53 -04:00
parent 1b5ba6b584
commit bbfafd7331
10 changed files with 102 additions and 16 deletions

2
.vscode/launch.json vendored
View File

@@ -5,6 +5,7 @@
"name": "Debug",
"type": "cppdbg",
"request": "launch",
"preLaunchTask": "build-debug",
"program": "${workspaceFolder}/out/build/linux-debug/bin/anm2ed",
"args": [],
"stopAtEntry": false,
@@ -28,6 +29,7 @@
"name": "Release",
"type": "cppdbg",
"request": "launch",
"preLaunchTask": "build-release",
"program": "${workspaceFolder}/out/build/linux-release/bin/anm2ed",
"args": [],
"stopAtEntry": false,