Miguel Fernandez Arce
Results
2
comments of
Miguel Fernandez Arce
Well, solved the second issue using groups :) Essentially surrounding inputs in a group and outputs in another group, then adding a SameLine: ```cpp ImGui::BeginGroup(); // Inputs { ImNodes::BeginInputAttribute(2, ImNodesPinShape_QuadFilled);...
The problem comes when reading a UTF-8 BOM, because it contains "\xEF\xBB\xBF". @trip_id will be declared as "@\xEF\xBB\xBFtrip_id". ``` "#" ``` should be ``` "#" ``` I fixed it for...