Hi,
I am working on game using SFML library.
I am trying to display image(new) on the another image(previous) by mouse click. Whenever I click on the particular position where I want to display, the new image is display on the blank background clearing previous image. new image is not overlapping on previous image.
Please help me out in this issue.
Thanks in advance.