]> git.mxchange.org Git - simgear.git/commit
CanvasImage: Use normalized coordinates by default.
authorThomas Geymayer <tomgey@gmail.com>
Thu, 14 Feb 2013 16:32:19 +0000 (17:32 +0100)
committerThomas Geymayer <tomgey@gmail.com>
Thu, 14 Feb 2013 16:32:19 +0000 (17:32 +0100)
commita63ec83d5fe6a859b0dbfd636bcc66a0ca6f18f9
tree4dc80fb4bdc1416dd04404b9e49c4e5e7afa3a32
parentd661516b025d5a3a9e11ca537198902061a6d158
CanvasImage: Use normalized coordinates by default.

Using absolute sizes by default lead to problems,
as while creating the image the size of the later
texture is not available.
simgear/canvas/elements/CanvasImage.cxx