Ignore:
Timestamp:
Feb 22, 2023, 5:51:32 PM (21 months ago)
Author:
alloc
Message:

Few pieces of code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/WebServer/src/WebAPI/APIs/Animal.cs

    r402 r408  
    3535                                       
    3636                                        writer.WriteRaw (jsonKeyPosition);
    37                                         JsonCommons.WritePositionObject (writer, position);
     37                                        JsonCommons.WritePositionObject (ref writer, position);
    3838
    3939                                        writer.WriteEndObject ();
Note: See TracChangeset for help on using the changeset viewer.