Render animation fixes, vs code tasks

This commit is contained in:
2026-03-15 13:22:53 -04:00
parent 77f6e65b15
commit f58d89425f
12 changed files with 133 additions and 33 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
"name": "Debug",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/anm2ed",
"program": "${workspaceFolder}/out/build/linux-debug/anm2ed",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
@@ -28,7 +28,7 @@
"name": "Release",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build-release/anm2ed",
"program": "${workspaceFolder}/out/build/linux-release/anm2ed",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",