1
0
Fork 0

Fixed whiskey compass.

This commit is contained in:
curt 2000-09-06 17:43:45 +00:00
parent 64719b3da1
commit dd2fc3141a

View file

@ -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();
}