mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-23 13:29:12 -06:00
Compile fix for MSVC 17.3
This commit is contained in:
@@ -138,7 +138,7 @@ void create() {
|
||||
#endif // WIN32
|
||||
|
||||
#ifdef WIN32
|
||||
keyboard = new (currentPos) std::vector<KeyboardCallback>
|
||||
keyboard = new (currentPos) std::vector<KeyboardCallback>();
|
||||
ghoul_assert(keyboard, "No keyboard");
|
||||
currentPos += sizeof(std::vector<KeyboardCallback>);
|
||||
#else // ^^^ WIN32 / !WIN32 vvv
|
||||
|
||||
Reference in New Issue
Block a user