Skip to content

Commit 183af01

Browse files
committed
up
1 parent ac92d66 commit 183af01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/kbengine_ue4_demo/ue4_scripts/GameModeWorld.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ void AGameModeWorld::set_modelScale_Implementation(const UKBEventData* pEventDat
276276
AGameEntity* pAGameEntity = findGameEntity(pData->entityID);
277277

278278
if (pAGameEntity)
279-
pAGameEntity->modelScale = (float)(pData->modelScale / 10.0f);
279+
pAGameEntity->modelScale = (float)(pData->modelScale / 100.0f);
280280
}
281281

282282
void AGameModeWorld::set_modelID_Implementation(const UKBEventData* pEventData)

0 commit comments

Comments
 (0)