mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 07:53:12 +00:00
MYST: Fix a cast warning
This commit is contained in:
parent
173846c3df
commit
34f07d99a6
@ -294,7 +294,7 @@ DragItem::~DragItem() {
|
||||
|
||||
void DragItem::drawOverlay() {
|
||||
Common::Rect textureRect = Common::Rect(_texture->width, _texture->height);
|
||||
_vm->_gfx->drawTexturedRect2D(getPosition(), textureRect, _texture, 0.99);
|
||||
_vm->_gfx->drawTexturedRect2D(getPosition(), textureRect, _texture, 0.99f);
|
||||
}
|
||||
|
||||
void DragItem::setFrame(uint16 frame) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user