Recent content by SuperKd1302

  1. SuperKd1302

    Several bugs I can't understand

    EDIT : I found the solution. The call "currentImage->getWidth()" returns the image width (here : 512), but when I enter the main loop of the program it will always return 0 (so I guess the variable "width" changes to 0). To solve the issue, I changed the variable to "public" instead of "private"...