SortaCore / MMF2Exts

A collection of MMF2 extensions. Also compatible with CF2.5, and CF2.5+.
33 stars 15 forks source link

Smartproperty fixes #17

Closed kapi1525 closed 1 year ago

kapi1525 commented 1 year ago

This pull request fixes few bugs with smartproperties i found while porting my extension.

  1. Fixed "GetProperty error: type Editbox Float is unexpected"
  2. Fixed PROPTYPE_GROUP being ignored by every property reader which was producing errors about corrupted properties
  3. Fixed json prop reader incorrectly initializing multiple float properties with DefaultState of the first one in DarkExt.json
SortaCore commented 1 year ago

Why did you read convState->jsonProps[id] instead of prop?