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