Graphics/Material: Fix Configure resetting textures

This commit is contained in:
Jérôme Leclercq
2019-04-12 15:29:15 +02:00
parent 9d195c2750
commit e665ea5373
2 changed files with 9 additions and 0 deletions

View File

@@ -179,6 +179,7 @@ Nazara Engine:
- Added RigidBody::[Get|Set]PositionOffset allowing set an offset between body logic position and body physics position (center of mass position)
- ⚠ Default TextureSampler WrapMode is now Clamp (instead of Repeat)
- Fixed StateMachine ignoring transitions made in Enter/Leave events of states
- Fixed Material::Configure resetting textures
Nazara Development Kit:
- Added ImageWidget (#139)