mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix the special 'Not' condition not working with some conditions related to objects (#3367)
This commit is contained in:
@@ -278,7 +278,7 @@ CommonInstructionsExtension::CommonInstructionsExtension() {
|
||||
outputCode +=
|
||||
codeGenerator.GenerateBooleanFullName(
|
||||
"condition" + gd::String::From(i) + "IsTrue", context) +
|
||||
".val = true;\n";
|
||||
".val = false;\n";
|
||||
}
|
||||
|
||||
for (unsigned int cId = 0; cId < conditions.size(); ++cId) {
|
||||
|
Reference in New Issue
Block a user