ziggi / FCNPC

FCNPC - Fully Controllable NPC
Apache License 2.0
137 stars 31 forks source link

Fix crash for empty playbacks #275

Closed IS4Code closed 1 year ago

IS4Code commented 1 year ago

The CPlayback::Initialize function crashes if the playback is empty, since it tries to access the first element in the (empty) sync data. This adds a check that the size is non-zero before going further.