fixed debug view
This commit is contained in:
parent
97a6aee5cf
commit
40e1956098
|
@ -304,7 +304,7 @@ public class Window extends BaseWindow {
|
|||
if(debug) {
|
||||
context.drawTextureRectangle(new Recti(Vec2i.ZERO, size),
|
||||
textureAtlas.getAtlasTexture(),
|
||||
true
|
||||
false
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue