World: Rename Update() to Refresh()

Also updated comment block
This commit is contained in:
Jérôme Leclercq
2018-02-08 14:32:53 +01:00
parent ac06d5884c
commit 555817e3ee
4 changed files with 26 additions and 21 deletions

View File

@@ -94,6 +94,7 @@ Nazara Development Kit:
- Fix TextAreaWidget::Clear crash
- Add ConstraintComponent2D class
- Fix CollisionComponent3D initialization (teleportation to their real coordinates) which could sometimes mess up the physics scene.
- ⚠️ Renamed World::Update() to World::Refresh() for more clarity and to differentiate it from World::Update(elapsedTime)
# 0.4: