diff --git a/examples/Paging/main.cpp b/examples/Paging/main.cpp index bc4fa222..3700c632 100644 --- a/examples/Paging/main.cpp +++ b/examples/Paging/main.cpp @@ -192,6 +192,8 @@ int main(int argc, char *argv[]) //Pass the surface to the OpenGL window openGLWidget.addMesh(mesh); + openGLWidget.setViewableRegion(reg); + //Run the message pump. return app.exec(); }