tristanred / CommsFramework

Game engine framework
0 stars 0 forks source link

Z-Index problem #7

Open tristanred opened 8 years ago

tristanred commented 8 years ago

Problem is seen when drawing cards, the the second card gets under the third and first card.

tristanred commented 8 years ago

Tried a new solution for reordering the cards in commit 1bf1612ce2c80521e336c6e1e743a38bfc4e056e and the problem is still present even though the method is sound.

Problem is probably in the SetZIndexOverObject function, or even the management of the z-index of sprites.