mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Merge pull request #44719 from ThakeeNathees/assert-argument-bug-fixed
GDScript assert message parsing bug fixed
This commit is contained in:
@@ -286,7 +286,7 @@ public:
|
||||
|
||||
struct AssertNode : public Node {
|
||||
ExpressionNode *condition = nullptr;
|
||||
LiteralNode *message = nullptr;
|
||||
ExpressionNode *message = nullptr;
|
||||
|
||||
AssertNode() {
|
||||
type = ASSERT;
|
||||
|
||||
Reference in New Issue
Block a user