mirror of
https://github.com/overte-org/overte.git
synced 2025-07-22 20:46:42 +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();
|
batch.resetStages();
|
||||||
// TODO: Testing the water here, it is maybe not needed at all,
|
// 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
|
// i would like to keep it like that until we merge with DisplayPlugin
|
||||||
// renderArgs._context->render(batch);
|
renderArgs._context->render(batch);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Application::runTests() {
|
void Application::runTests() {
|
||||||
|
|
Loading…
Reference in a new issue