We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7eed9 commit 55246f1Copy full SHA for 55246f1
defold-spine/commonsrc/vertices.cpp
@@ -23,7 +23,7 @@ static inline void addVertex(dmSpine::SpineVertex* vertex, float x, float y, flo
23
vertex->g = g;
24
vertex->b = b;
25
vertex->a = a;
26
- vertex->page_index = 0;
+ vertex->page_index = page_index;
27
}
28
29
template <typename T>
0 commit comments