Bugfix; @iximeow, swizzle was wrong
This commit is contained in:
parent
d74018e762
commit
802a369a8e
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ impl Uxn {
|
||||||
if rflag == 0 {
|
if rflag == 0 {
|
||||||
[self.wst.clone(), self.rst.clone()]
|
[self.wst.clone(), self.rst.clone()]
|
||||||
} else {
|
} else {
|
||||||
[self.wst.clone(), self.rst.clone()]
|
[self.rst.clone(), self.wst.clone()]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue