[godot] VS Code tasks also builds gl3 support.

This commit is contained in:
Mario Zechner 2023-02-02 15:38:28 +01:00
parent 924a3483df
commit 86a3901cc3

View File

@ -14,6 +14,7 @@
"16",
"target=editor",
"dev_build=yes",
"opengl3=yes",
"custom_modules=\"${workspaceFolder}/spine_godot\""
],
"problemMatcher": "$msCompile",
@ -23,6 +24,7 @@
"16",
"target=editor",
"dev_build=yes",
"opengl3=yes",
"custom_modules=\"${workspaceFolder}/spine_godot\"",
"livepp=${env:LIVEPP}"
]