- Notifications
You must be signed in to change notification settings - Fork144
Tags: rbfx/rbfx
Tags
nuget/0.0.11-alpha
CSharp: Add implicit construct from assignment for C# SharedPtr.
nuget/0.0.10-alpha
CSharp: Equals()/GetHashCode() for Matrix3x4 type.[skip-ci]
nuget/0.0.9-alpha
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.