mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
merge with upstream
This commit is contained in:
parent
ab4b940d83
commit
8b7ad9cfcb
1 changed files with 3 additions and 1 deletions
|
@ -1019,7 +1019,9 @@ void Application::paintGL() {
|
|||
// Back to the default framebuffer;
|
||||
gpu::Batch batch;
|
||||
batch.resetStages();
|
||||
// renderArgs._context->render(batch);
|
||||
// TODO: Testing the water here, it is maybe not needed at all,
|
||||
// i would like to keep it like that until we merge with DisplayPlugin
|
||||
// renderArgs._context->render(batch);
|
||||
}
|
||||
|
||||
void Application::runTests() {
|
||||
|
|
Loading…
Reference in a new issue