Core/Stream: Fix ReadLine behavior towards empty lines

This commit is contained in:
Lynix
2018-04-18 20:14:56 +02:00
parent d234d66120
commit cb8f0417a7
2 changed files with 2 additions and 4 deletions

View File

@@ -90,6 +90,7 @@ Nazara Engine:
- Fixed Font handling of whitespace glyphs (which were triggering an error)
- ⚠️ Translucent2D pipeline no longer has depth sorting
- Fixed SimpleTextDrawer line bounds
- ⚠️ Stream::ReadLine will now returns empty lines if present in the file
Nazara Development Kit:
- Added ImageWidget (#139)