Renderer/Texture: Remove Image constructor

This commit is contained in:
Lynix
2020-01-09 22:42:28 +01:00
parent 16d0345502
commit db78c9c948
3 changed files with 1 additions and 7 deletions

View File

@@ -217,6 +217,7 @@ Nazara Engine:
- SegmentCollider2D: Add support for neighbors (aka "ghost vertices"), allowing to prevent seams collisions
- ⚠ OBJLoader flips UV by default, fixing a lot of models UV
- On Windows, Thread::Set(Current)Name now uses `SetThreadDescription` Win32 function if possible instead of triggering a debugger exception. MinGW builds will use this if available too.
- ⚠ Removed Texture(const Image\*) constructor, use Texture::LoadFromImage instead
Nazara Development Kit:
- Added ImageWidget (#139)