From 67ee4171c96e6c81867cd0fbb504823d5867c01f Mon Sep 17 00:00:00 2001 From: isk Date: Fri, 12 Feb 2016 11:30:00 +0300 Subject: [PATCH] Fix MeshVS_TextPrsBuilder --- src/MeshVS/MeshVS_TextPrsBuilder.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MeshVS/MeshVS_TextPrsBuilder.cxx b/src/MeshVS/MeshVS_TextPrsBuilder.cxx index 5caf84242f..3317546a39 100644 --- a/src/MeshVS/MeshVS_TextPrsBuilder.cxx +++ b/src/MeshVS/MeshVS_TextPrsBuilder.cxx @@ -164,7 +164,7 @@ namespace if (myFBO->GetVPSizeX() != theWorkspace->Width() || myFBO->GetVPSizeY() != theWorkspace->Height()) { - myFBO->Init (aContext, theWorkspace->Width(), theWorkspace->Height()); + myFBO->Init (aContext, theWorkspace->Width(), theWorkspace->Height(), GL_RGBA8, GL_DEPTH24_STENCIL8); } GLint aDrawFboId = 0; -- 2.39.5