Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Qt + SFML: drawing only half sprites :S  (Read 1414 times)

0 Members and 1 Guest are viewing this topic.

N1ghtly

  • Jr. Member
  • **
  • Posts: 96
    • View Profile
Qt + SFML: drawing only half sprites :S
« on: June 27, 2011, 08:44:50 pm »
I've finally been able to set up Qt with SFML and I've already run into another problem :D
I have a QDockWidget which contains a TileCanvas. ( a derived class off QSFMLCanvas, from the tutorial) I draw my sprites on it, but  once I try to draw past ~100 pixels, it stops drawing. It even draws half sprites like that :/

Here's a picture:


I don't know what the problem is, help! :(

Haikarainen

  • Guest
Re: Qt + SFML: drawing only half sprites :S
« Reply #1 on: July 02, 2011, 07:46:16 am »
Post some relevant code.

 

anything