fixed ordering problem, but have a wier flicker in non editor mode
This commit is contained in:
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user