mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-07 03:49:43 -05:00
Fix Interactionhandler output file
This commit is contained in:
@@ -953,7 +953,7 @@ void InteractionHandler::writeKeyboardDocumentation(const std::string& type, con
|
||||
if (type == "text") {
|
||||
std::ofstream f;
|
||||
f.exceptions(~std::ofstream::goodbit);
|
||||
f.open(file);
|
||||
f.open(absPath(file));
|
||||
|
||||
for (const auto& p : _keyLua) {
|
||||
f << std::to_string(p.first) << ": " <<
|
||||
|
||||
Reference in New Issue
Block a user