mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +08:00
Merge branch '3.6' into 3.7-beta
This commit is contained in:
commit
7e57143dab
@ -6,6 +6,10 @@ AppliedTargetedHardwareClass=Desktop
|
||||
DefaultGraphicsPerformance=Maximum
|
||||
AppliedDefaultGraphicsPerformance=Maximum
|
||||
|
||||
[/Script/EngineSettings.GameMapsSettings]
|
||||
GameDefaultMap=/Game/Test/Test.Test
|
||||
GlobalDefaultGameMode=/Game/Test/Blueprints/TouchClick.TouchClick_C
|
||||
|
||||
[/Script/Engine.PhysicsSettings]
|
||||
DefaultGravityZ=-980.000000
|
||||
DefaultTerminalVelocity=4000.000000
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -1778,7 +1778,7 @@ void URuntimeMeshComponent::UpdateCollision()
|
||||
BodySetup->BodySetupGuid = FGuid::NewGuid();
|
||||
|
||||
|
||||
#if WITH_RUNTIME_PHYSICS_COOKING || WITH_EDITOR
|
||||
#if WITH_RUNTIME_PHYSICS_COOKING || WITH_PHYSX || WITH_EDITOR
|
||||
// Clear current mesh data
|
||||
BodySetup->InvalidatePhysicsData();
|
||||
// Create new mesh data
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user