summaryrefslogtreecommitdiff
path: root/src/render/Shadows.cpp
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2020-08-04 16:24:59 +0300
committerFire-Head <Fire-Head@users.noreply.github.com>2020-08-04 16:24:59 +0300
commit89fd7759a39b696865ff2fb22db808a219353507 (patch)
treeed090662c4f75968abe23b266044ff1c0f9637e2 /src/render/Shadows.cpp
parentf6663b01bc5fad992068a0612cb73334ddd05feb (diff)
fixes
Diffstat (limited to 'src/render/Shadows.cpp')
-rw-r--r--src/render/Shadows.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Shadows.cpp b/src/render/Shadows.cpp
index 436d0ff5..284b2be0 100644
--- a/src/render/Shadows.cpp
+++ b/src/render/Shadows.cpp
@@ -534,7 +534,7 @@ CShadows::StoreShadowForVehicle(CVehicle *pCar, VEH_SHD_TYPE type)
}
else if ( pCar->GetModelIndex() == MI_ANGEL )
{
- fVehicleHeight = fVehicleHeight * 1.5;
+ fVehicleHeight = fVehicleHeight * 1.5f;
size = 0.03f;
}
else if ( pCar->GetModelIndex() == MI_SEASPAR )