Update default font (Cabin => Sansation)

This commit is contained in:
Lynix
2020-01-06 18:26:39 +01:00
parent c73d08af9b
commit 16d0345502
6 changed files with 5 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ Miscellaneous:
- ⚠ Appveyor nightlies are now compiled with VS2017
- Set libraries' rpath to current folder (.)
- Add ReleaseWithDebug target
-**Default font has been changed from Cabin to Sansation**
Nazara Engine:
- VertexMapper:GetComponentPtr no longer throw an error if component is disabled or incompatible with template type, instead a null pointer is returned.