开发者

App not displaying correctly on Samsung Transform

开发者 https://www.devze.com 2023-03-13 15:56 出处:网络
My game, Hidden Treasures, has been on the market over two months now. Recently a customer presented 开发者_Go百科a new problem that has never happened before.

My game, Hidden Treasures, has been on the market over two months now. Recently a customer presented 开发者_Go百科a new problem that has never happened before.

According to the customer, In their words:

"There was a diagonal line across it, and it was like the image was backward so that the right side of the line showed what was supposed to be on the left, and the left side showed what was really on the right. Like if you switched them, it would show the proper image. The image itself is slanted as well (from top left to bottom right, at the same angle as the division line)"

App not displaying correctly on Samsung Transform

App not displaying correctly on Samsung Transform

I have never heard of this before, and have no idea how to fix it. The app is a hidden object game, it uses a canvas for all the drawing as I did not know OpenGL ES at the time I made this game.

Basically, its got two bitmaps,

  1. the size of the screen,

  2. 1680x1050.

It draws a chunk from the big one onto the small one, then it draws all the hidden objects over that, then displays it to the screen.

I don't understand how it could even mess up at all. Its drawing a screen sized image to the screen, and it doesn't happen on any other phone to my knowledge.

Any ideas? It doesn't force close so I don't have a stack trace

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号