mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
work on skyfire
This commit is contained in:
@@ -52,11 +52,11 @@ void AFortAthenaMapInfo::SpawnLlamas()
|
||||
|
||||
// LOG_INFO(LogDev, "Initial Llama at {} {} {}", Location.X, Location.Y, Location.Z);
|
||||
|
||||
if (Location == FVector(0, 0, 0))
|
||||
if (Location.CompareVectors(FVector(0, 0, 0)))
|
||||
continue;
|
||||
|
||||
FRotator RandomYawRotator = FRotator();
|
||||
RandomYawRotator.Yaw = (float)rand() * 0.010986663;
|
||||
RandomYawRotator.Yaw = (float)rand() * 0.010986663f;
|
||||
|
||||
FTransform InitialSpawnTransform;
|
||||
InitialSpawnTransform.Translation = Location;
|
||||
|
||||
Reference in New Issue
Block a user