mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 17:58:43 +02:00
use an actual Uuid value for the Uuid.print test
This commit is contained in:
parent
f71552c648
commit
f9d29256e0
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,6 @@ function main() {
|
||||||
Mat4.print('[Mat4.print (col major)]', m);
|
Mat4.print('[Mat4.print (col major)]', m);
|
||||||
Mat4.print('[Mat4.print (row major)]', m, true);
|
Mat4.print('[Mat4.print (row major)]', m, true);
|
||||||
|
|
||||||
Uuid.print('[Uuid.print]', Uuid.toString(0));
|
Uuid.print('[Uuid.print]', Uuid.fromString(Uuid.toString(0)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue