set context when initializing

This commit is contained in:
Adam D. Ruppe 2023-01-10 14:03:47 -05:00
parent 99b3252594
commit 0b145ed3b5
1 changed files with 1 additions and 0 deletions

View File

@ -12222,6 +12222,7 @@ version(nanovg_bindbc_opengl_bindings) {
};
this.visibleForTheFirstTime = delegate() {
this.setAsCurrentOpenGlContext();
nvg = nvgCreateContext();
if(nvg is null) throw new Exception("cannot initialize NanoVega");
};