Browse Source

Fix windows build

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.0
falkTX 2 years ago
parent
commit
86ad4bd814
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/modules/water/common.hpp

+ 1
- 1
source/modules/water/common.hpp View File

@@ -47,7 +47,7 @@ Result getResultForLastError()
nullptr, GetLastError(), MAKELANGID (LANG_NEUTRAL, SUBLANG_DEFAULT),
messageBuffer, (DWORD) numElementsInArray (messageBuffer) - 1, nullptr);
return Result::fail (String (messageBuffer));
return Result::fail (messageBuffer);
}
static inline


Loading…
Cancel
Save