Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Oberaigner committed May 28, 2024
1 parent fe84a38 commit 1984494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/godot-plugin/src/conversion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pub fn statement_to_godot_ast(
Statement::Calc(x) => GodotASTNode {
node_type: 3,
path: current_path.clone(),
member_data: varray![expression_to_godot_ast(x, current_path)], // TODO: Add path to subexpr
member_data: varray![expression_to_godot_ast(x, current_path)],
},
};

Expand Down

0 comments on commit 1984494

Please sign in to comment.