Uint32* pixels, oriPixels; SDL_Surface* image; void BackupPixelData() { pixels = (Uint32*)image->pixels; oriPixels = new Uint32[image->w * image->h]; for ...
確定! 回上一頁