Skip to content
Snippets Groups Projects
Commit 02e2bfce authored by demiralp's avatar demiralp
Browse files

Fixed integration test complaints.

parent 8ece0595
No related branches found
No related tags found
1 merge request!158#473 resize companion window
......@@ -89,6 +89,7 @@ void BlitPass::Execute() {
}
target->blit(*source_, 0, 0, source_size[0], source_size[1], 0, 0,
target_size[0], target_size[1], GL_COLOR_BUFFER_BIT, GL_LINEAR);
target_size[0], target_size[1],
GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT, GL_NEAREST);
}
} // namespace phx
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment