Harry
Member
|
Different image and dot position
D.dot(GRAY,targetPosition,0.01);
Images("Gfx/MiniMap/targetPosition.gfx")->draw(GREY,Color(0,0,0,0),targetPosition,0.04,0.04);
Why this two codes show me another result?
Screen:
http://img822.imageshack.us/i/scrsh7z.jpg/
(This post was last modified: 02-19-2011 04:49 PM by Harry.)
|
|
02-19-2011 04:37 PM |
|
menajev
Member
|
RE: Different image and dot position
Guess - D::dot == Image::drawCenter.
|
|
02-19-2011 07:49 PM |
|
Harry
Member
|
RE: Different image and dot position
Thanks a lot. It works. How did you guess that?
|
|
02-19-2011 08:01 PM |
|