GodotScript.hpp: Add a TODO
Signed-off-by: Username404-59 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
fa874ef0d2
commit
91c1ae0611
|
@ -7,7 +7,7 @@ struct GsTarget: Target {
|
|||
unordered_task_map getTaskMap() final {
|
||||
return {
|
||||
make_task(Define<false>,
|
||||
output << (parseComponent.final ? "const " : "var ") << parseComponent.name << " = ";
|
||||
output << (parseComponent.final ? "const " : "var ") << parseComponent.name << " = "; // TODO Handle redefining GodotScript variables
|
||||
transpileTree(parseComponent.content);
|
||||
),
|
||||
make_task(types::String, stringInterpolation(R"(""")", parseComponent.content);),
|
||||
|
|
Loading…
Reference in New Issue