SDK/GraphicsComponent: Fix material update not invalidating culling

This commit is contained in:
Lynix
2019-03-10 15:13:16 +01:00
parent ec3cb12451
commit 097d16f664
2 changed files with 8 additions and 1 deletions

View File

@@ -235,6 +235,7 @@ Nazara Development Kit:
- Added EntityOwner::Release
- Add missing `recomputeMoment` parameter to PhysicsComponent2D::SetMass
- Added possibility of disabling synchronization between PhysicsComponent2D and NodeComponent
- Fixed GraphicsComponent not invalidating render queue on material change (causing crashes or visual errors)
# 0.4: