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

Author Topic: sf::Vector2f is unsigned?  (Read 301 times)

0 Members and 1 Guest are viewing this topic.

wdmitry

  • Newbie
  • *
  • Posts: 13
    • View Profile
sf::Vector2f is unsigned?
« on: November 21, 2023, 12:03:39 pm »
sf::Vector2f(100, -100);

will result into

{ 100, 2.14748e+09 }

wdmitry

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: sf::Vector2f is unsigned?
« Reply #1 on: November 21, 2023, 12:07:41 pm »
ah sorry must be typecast error

 

anything