SFML community forums
Help => Window => Topic started by: player931402 on October 31, 2011, 10:03:09 pm
-
Little problem in 1.6:
I have two monitors (one smaller and one bigger). into smaller ones, you can clearly see the images but int the big one you see a little blurry ..
how can I help in selecting the program the "better "resolution (in any screen you are using)?
Soz for my eng b!
-
Little problem in 1.6:
I have two monitors (one smaller and one bigger). into smaller ones, you can clearly see the images but int the big one you see a little blurry ..
how can I help in selecting the program the "better "resolution (in any screen you are using)?
Soz for my eng b!
Maybe you doesn't set Image smooth param to false, with the command:
image.SetSmoot(false)
or maybe you are simply using a small resolution image...
-
image.SetSmooth(false)
;-)