Debug Tools and Scrollable widget
This commit is contained in:
parent
f68f91f7d5
commit
458e56fb4c
27 changed files with 274 additions and 103 deletions
|
|
@ -57,7 +57,7 @@ void Editor::loadDefaults() {
|
|||
}
|
||||
|
||||
void Editor::setViewportSize(const Vec2F& size) {
|
||||
if (size.x < 0 || size.y < 0) return;
|
||||
if (size.x <= 0 || size.y <= 0) return;
|
||||
|
||||
// TODO remove
|
||||
// mScene.mCamera.rotate(0.01f, 0.0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue