Fixed a node sorting bug

This commit is contained in:
2023-06-16 04:11:03 +10:00
parent 4d64d72a8f
commit 86b5ed63ec
3 changed files with 15 additions and 31 deletions

View File

@@ -1,5 +1 @@
//this file is a polyfill TODO: fix this
fn getRealPos(node: opaque) {
return [0, 0];
}