Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JCash committed Oct 12, 2023
1 parent 4e7eed9 commit 55246f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defold-spine/commonsrc/vertices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ static inline void addVertex(dmSpine::SpineVertex* vertex, float x, float y, flo
vertex->g = g;
vertex->b = b;
vertex->a = a;
vertex->page_index = 0;
vertex->page_index = page_index;
}

template <typename T>
Expand Down

0 comments on commit 55246f1

Please sign in to comment.