Graphics/InstancedRenderable: Make SetMaterial methods public

This commit is contained in:
Lynix
2018-06-06 19:32:28 +02:00
parent f5645833df
commit 2f0c62df20
3 changed files with 48 additions and 48 deletions

View File

@@ -108,6 +108,7 @@ Nazara Engine:
- Added AbstractViewer::ProjectDepth method
- Fixed SocketPoller not be able to recover from some errors (like invalid sockets and such)
- ⚠️ Replaced currentBitPos and currentByte fields by [read|write][BitPos][Byte] to handle properly bit reading/writing.
- InstancedRenderable::SetMaterial methods are now public.
Nazara Development Kit:
- Added ImageWidget (#139)