aim: now looks at next node while navigating (#472)
This commit is contained in:
parent
18456c2a28
commit
a06418b3b3
4 changed files with 12 additions and 4 deletions
|
|
@ -154,6 +154,10 @@ public:
|
|||
~PathWalk () = default;
|
||||
|
||||
public:
|
||||
int32_t &doubleNext () {
|
||||
return at (2);
|
||||
}
|
||||
|
||||
int32_t &next () {
|
||||
return at (1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue