Fixed whiskey compass.
This commit is contained in:
parent
64719b3da1
commit
dd2fc3141a
1 changed files with 1 additions and 2 deletions
|
@ -373,8 +373,7 @@ MagRibbon::draw ()
|
|||
t.minX = xoffset;
|
||||
t.minY = yoffset;
|
||||
t.maxX = xoffset + 0.5;
|
||||
t.maxY = yoffset + 0.5;
|
||||
// setTextureCoords(xoffset, yoffset, xoffset + 0.5, yoffset + 0.25);
|
||||
t.maxY = yoffset + 0.25;
|
||||
MyTexturedLayer::draw();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue