mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Had a zero instead of an O in unit test...
This commit is contained in:
parent
5345c1ff0a
commit
da60495643
@ -238,7 +238,7 @@ describe("TransformUtils suite", function() {
|
||||
// create frame
|
||||
var frame = pskl.model.Frame.fromPixelGrid(toFrameGrid([
|
||||
[A, B, O, O],
|
||||
[B, A, O, 0],
|
||||
[B, A, O, O],
|
||||
[O, O, O, O],
|
||||
[O, O, O, O]
|
||||
]));
|
||||
|
Loading…
Reference in New Issue
Block a user