mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-21 17:12:05 +08:00
Cutscene viewer rendering peds
This commit is contained in:
@@ -427,6 +427,11 @@ namespace CodeWalker.Rendering
|
||||
|
||||
public void UpdateAnims(double realTime)
|
||||
{
|
||||
if (ClipMapEntry?.OverridePlayTime ?? false)
|
||||
{
|
||||
realTime = ClipMapEntry.PlayTime;
|
||||
}
|
||||
|
||||
if (CurrentAnimTime == realTime) return;//already updated this!
|
||||
CurrentAnimTime = realTime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user