mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
Keep the resetstage in
This commit is contained in:
parent
8b7ad9cfcb
commit
ac46b2bd17
1 changed files with 1 additions and 1 deletions
|
@ -1021,7 +1021,7 @@ void Application::paintGL() {
|
|||
batch.resetStages();
|
||||
// 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);
|
||||
renderArgs._context->render(batch);
|
||||
}
|
||||
|
||||
void Application::runTests() {
|
||||
|
|
Loading…
Reference in a new issue