- fixed several scale related floating point conversion warnings.
This commit is contained in:
parent
431c47c957
commit
355219d614
7 changed files with 12 additions and 12 deletions
|
|
@ -670,7 +670,7 @@ void DIntermissionScreenCast::Drawer ()
|
|||
// draw the current frame in the middle of the screen
|
||||
if (caststate != NULL)
|
||||
{
|
||||
DVector2 castscale = DVector2(mDefaults->Scale.X, mDefaults->Scale.Y);
|
||||
FVector2 castscale = mDefaults->Scale;
|
||||
|
||||
int castsprite = caststate->sprite;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue