Graphics/Billboard: Fix bounding volume

This commit is contained in:
Lynix
2018-04-09 20:33:40 +02:00
parent 1e88f5ddf8
commit 42a263ed6a
2 changed files with 6 additions and 2 deletions

View File

@@ -83,6 +83,7 @@ Nazara Engine:
- Add support for emissive and normal maps in .mtl loader using custom keywords ([map_]emissive and [map_]normal)
- Music, Sound and SoundEmitter are now movable
- Fixed Sound copy which was not copying looping state
- Fixed Billboard bounding volume
Nazara Development Kit:
- Added ImageWidget (#139)