fixed ordering problem, but have a wier flicker in non editor mode

This commit is contained in:
2026-05-03 22:09:23 +02:00
parent 7198e32a7f
commit b817a29356
5 changed files with 20 additions and 9 deletions

4
.vscode/tasks.json vendored
View File

@@ -109,7 +109,7 @@
{
"label": "build_debug_SDL3_linux",
"dependsOn": [
"build_release_SDL3_linux_cmake",
"build_debug_SDL3_linux_cmake",
"make_linux"
],
"dependsOrder": "sequence",
@@ -135,7 +135,7 @@
{
"label": "build_debug_GLFW_linux",
"dependsOn": [
"build_release_GLFW_linux_cmake",
"build_debug_GLFW_linux_cmake",
"make_linux"
],
"dependsOrder": "sequence",