alphazolam / RE_RSZ

010 Editor Binary Template for editing RE Engine game files
MIT License
84 stars 26 forks source link

fix Size type value mapping #12

Closed dtlnor closed 1 year ago

dtlnor commented 1 year ago

As Size_tid from TypeCode is via.Size type, which the field inside it is

    [expose]public  System.Single w;
    [expose]public  System.Single h;

So I fix it to two float

(verified with some user.2 file actually using the Size_tid)