mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix missing return in d2d_display init_input (#8596)
This commit is contained in:
parent
e7d08788c0
commit
cbe0ea2772
@ -198,6 +198,7 @@ namespace ace {
|
|||||||
LOG(ERROR) << "Could not register raw input devices. ";
|
LOG(ERROR) << "Could not register raw input devices. ";
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool d3d_display::create(uint32_t width = 1024, uint32_t height = 768, bool fullscreen = false) {
|
bool d3d_display::create(uint32_t width = 1024, uint32_t height = 768, bool fullscreen = false) {
|
||||||
|
Loading…
Reference in New Issue
Block a user