Fix temp var save / loading not working

This commit is contained in:
WarmUpTill
2025-10-30 20:28:54 +01:00
committed by WarmUpTill
parent d55bb6bc86
commit 8b0bd4193b
2 changed files with 12 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ private:
void PostLoad(int idx, SegmentType, const std::weak_ptr<Macro> &);
std::string _id = "";
std::weak_ptr<MacroSegment> _segment;
std::weak_ptr<MacroSegment> _segment = {};
int _depth = 0;
friend TempVariable;