shapeRenderer.rect(100, 100, 10, 100, Color.BLACK, Color.BLACK, Color.RED, Color.RED);
works
and the
shapeRenderer.rect(100, 100, 10, 100, 5, 50, 45, Color.BLACK, Color.BLACK, Color.RED, Color.RED);
shows nothing on the screen
wtf?
shapeRenderer.rect(100, 100, 10, 100, Color.BLACK, Color.BLACK, Color.RED, Color.RED);
works
and the
shapeRenderer.rect(100, 100, 10, 100, 5, 50, 45, Color.BLACK, Color.BLACK, Color.RED, Color.RED);
shows nothing on the screen
wtf?