fix(world): remove a forgotten debug function

This commit is contained in:
Kazhnuz 2019-06-21 20:06:58 +02:00
parent 4547628ba5
commit 241baad935
2 changed files with 4 additions and 4 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Fixed
- **world:** Remove a forgotten camera debug function
## 0.5.1 - 2019-06-21
### Fixed

View file

@ -384,10 +384,6 @@ function BaseWorld:draw(dt)
self.cameras:detachView(i)
self.cameras:drawHUD(i)
end
for i=1, camNumber do
self.cameras:drawDebugViewBox(i)
end
end
end