nanos-world / issues

Issue Tracker for nanos world
9 stars 1 forks source link

`char:ResetPhysicalAnimationSettings` has no effect #915

Closed Timmy-the-nobody closed 1 year ago

Timmy-the-nobody commented 1 year ago

Prerequisites

Your Environment

Description

The physical animations remain as they are when char:ResetPhysicalAnimationSettings is called

Steps to reproduce the behavior

char:SetPhysicalAnimationSettings("spine_01", false, true)
char:ResetPhysicalAnimationSettings()

Expected behavior

The physical animation simulation should stop

Actual behavior

The physical animations remains the same

gtnardy commented 1 year ago

Fixed, thanks!

Timmy-the-nobody commented 1 year ago

Perfect :pray: