We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac92d66 commit 183af01Copy full SHA for 183af01
Source/kbengine_ue4_demo/ue4_scripts/GameModeWorld.cpp
@@ -276,7 +276,7 @@ void AGameModeWorld::set_modelScale_Implementation(const UKBEventData* pEventDat
276
AGameEntity* pAGameEntity = findGameEntity(pData->entityID);
277
278
if (pAGameEntity)
279
- pAGameEntity->modelScale = (float)(pData->modelScale / 10.0f);
+ pAGameEntity->modelScale = (float)(pData->modelScale / 100.0f);
280
}
281
282
void AGameModeWorld::set_modelID_Implementation(const UKBEventData* pEventData)
0 commit comments