Changes between Initial Version and Version 1 of Ticket #11768


Ignore:
Timestamp:
10/12/20 16:47:46 (4 years ago)
Author:
lmerckx
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11768 – Description

    initial v1  
    33After some debugging, I came to the conclusion that **OpenGLSdlGraphics3dManager::createOrUpdateScreen()** is called before the **initSize** method.
    44So, variables **_engineRequestedWidth** and **_engineRequestedHeight** are still 0; which leads to the creation of a 0x0 frame buffer.
    5 
    6 And causes the error.
     5And causes the error and a black screen at startup.
    76
    87A simple test like this at the beginning of **createOrUpdateScreen()** works but it is perhaps not the good solution: