Skip to content

Commit 55246f1

Browse files
committed
fix
1 parent 4e7eed9 commit 55246f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defold-spine/commonsrc/vertices.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ static inline void addVertex(dmSpine::SpineVertex* vertex, float x, float y, flo
2323
vertex->g = g;
2424
vertex->b = b;
2525
vertex->a = a;
26-
vertex->page_index = 0;
26+
vertex->page_index = page_index;
2727
}
2828

2929
template <typename T>

0 commit comments

Comments
 (0)