mirror of https://github.com/adamdruppe/arsd.git
fix deprecated name
This commit is contained in:
parent
a76dd66945
commit
ea04031453
|
@ -864,7 +864,7 @@ class Window : Widget {
|
|||
this(int width = 500, int height = 500, string title = null) {
|
||||
super(null);
|
||||
|
||||
win = new SimpleWindow(width, height, title, OpenGlOptions.no, Resizablity.allowResizing);
|
||||
win = new SimpleWindow(width, height, title, OpenGlOptions.no, Resizability.allowResizing);
|
||||
this.width = win.width;
|
||||
this.height = win.height;
|
||||
this.parentWindow = this;
|
||||
|
|
Loading…
Reference in New Issue