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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mentaman10

Pages: 1 [2]
16
Graphics / weird problem
« on: December 16, 2011, 04:25:16 pm »


Code: [Select]
sf::String Text("This is a rotating cube");
Text.SetPosition(250.f, 300.f);
Text.SetColor(sf::Color(128, 0, 128));
App.Draw(Text);


I wrote this, and it point to last line here(the problemt).

Do you what is it?

Pages: 1 [2]
anything