Math/Vector4: Fixed missing implementation

This commit is contained in:
Lynix
2019-03-16 15:43:37 +01:00
parent c2a44f7616
commit b6c1bfb5d0
2 changed files with 16 additions and 1 deletions

View File

@@ -168,6 +168,7 @@ Nazara Engine:
- Window::PushEvent is now public (useful for pushing external events ie. when using Qt or similar framework controlling window)
- Fixed TileMap not rendering the right materials if it had no tile using some materials in-between
- Added Vector[2|3|4](u)i64 typedefs
- Fixed missing static Vector4::DotProduct implementation
Nazara Development Kit:
- Added ImageWidget (#139)