[Scummvm-git-logs] scummvm master -> 3a0d79dedd98ccbf6c42f3fc8d3d22157d6a5078

SupSuper noreply at scummvm.org
Sun Jul 7 12:15:47 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3a0d79dedd CREATE_PROJECT: Fix compiler error


Commit: 3a0d79dedd98ccbf6c42f3fc8d3d22157d6a5078
    https://github.com/scummvm/scummvm/commit/3a0d79dedd98ccbf6c42f3fc8d3d22157d6a5078
Author: SupSuper (supsuper at gmail.com)
Date: 2024-07-07T13:15:36+01:00

Commit Message:
CREATE_PROJECT: Fix compiler error

Changed paths:
    devtools/create_project/create_project.cpp


diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp
index f155390767e..1b8e716c396 100644
--- a/devtools/create_project/create_project.cpp
+++ b/devtools/create_project/create_project.cpp
@@ -353,6 +353,7 @@ int main(int argc, char *argv[]) {
 	if (!getFeatureBuildState("opengl", setup.features)) {
 		setFeatureBuildState("opengl_game_classic", setup.features, false);
 		setFeatureBuildState("opengl_game_shaders", setup.features, false);
+	}
 
 	// HACK: Check IMGUI dependencies
 	if (!getFeatureBuildState("opengl", setup.features) ||




More information about the Scummvm-git-logs mailing list