NULL: Fix null backend (untested)
This commit is contained in:
parent
0e20bc0086
commit
848079b66d
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ void OSystem_NULL::initBackend() {
|
|||
// this way; they need to be hooked into the system somehow to
|
||||
// be functional. Of course, can't do that in a NULL backend :).
|
||||
|
||||
BaseBackend::initBackend();
|
||||
ModularBackend::initBackend();
|
||||
}
|
||||
|
||||
bool OSystem_NULL::pollEvent(Common::Event &event) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue