diff --git a/specter/lib/ViewResources.cpp b/specter/lib/ViewResources.cpp index 8f667d832..60ef4ddfb 100644 --- a/specter/lib/ViewResources.cpp +++ b/specter/lib/ViewResources.cpp @@ -18,6 +18,7 @@ void ViewResources::init(boo::IGraphicsDataFactory* factory, FontCache* fcache, init(ctx, *theme, fcache); return true; } BooTrace); + factory->waitUntilShadersReady(); } void ViewResources::destroyResData() {