fixed debug view

This commit is contained in:
DaniTheSkunk 2022-11-23 04:51:56 +00:00
parent 97a6aee5cf
commit 40e1956098
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ public class Window extends BaseWindow {
if(debug) {
context.drawTextureRectangle(new Recti(Vec2i.ZERO, size),
textureAtlas.getAtlasTexture(),
true
false
);
}
}