Fixed crash when windows software renderer selected.
This commit is contained in:
parent
5a7dbc2463
commit
b0bcf5fcdd
3 changed files with 26 additions and 2 deletions
|
|
@ -186,6 +186,9 @@ public:
|
|||
// do actual network message processing
|
||||
void processMessages (void *ptr);
|
||||
|
||||
// checks whether softwared rendering is enabled
|
||||
bool isSoftwareRenderer (void);
|
||||
|
||||
// public inlines
|
||||
public:
|
||||
// get the current time on server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue