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

Author Topic: FlipGame[Updated 02.18 2009]  (Read 15886 times)

0 Members and 1 Guest are viewing this topic.

Srejv

  • Jr. Member
  • **
  • Posts: 63
    • View Profile
FlipGame[Updated 02.18 2009]
« Reply #15 on: February 24, 2009, 04:28:49 pm »
I think the new way of showing the level is better... but maybe that's just me. :\

Yes, it's the sf::font class when it loads the default font. :\ From what I understood it's a sfml bug..

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
FlipGame[Updated 02.18 2009]
« Reply #16 on: February 25, 2009, 09:58:20 pm »
Quote from: "Srejv"
Yes, it's the sf::font class when it loads the default font. :\ From what I understood it's a sfml bug..
Hm, I rather don't think so. Did you initialize it before main() is invoked? If the font is set inside a constructor or a called function from a global or static object, this may lead to problems.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

 

anything