Tags: tederis/rbfx
Tags
CSharp: Add implicit construct from assignment for C# SharedPtr.
CSharp: Equals()/GetHashCode() for Matrix3x4 type. [skip-ci]
Fix regex expression that collapses =1 in config. Previous expression had issues with config names that ended in digits. More specifically, the `URHO3D_D3D11` config that ended in `1`. Which resulted in `URHO3D_D3D11` without the `=1` appended to it. Causing the next config name to be dumped around the initial config name.