Skip to content

Commit

Permalink
Fixed build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Nov 16, 2017
1 parent bd9c62c commit 93bde78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/texturev/texturev.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ void associate()
bx::stringPrintf(str, "[HKEY_CURRENT_USER\\Software\\Classes\\.%s]\r\n@=\"texturev\"\r\n\r\n", ext);
}

bx::FilePath filePath(bx::TempDir::Tag);
bx::FilePath filePath(bx::Dir::Temp);
filePath.join("texture.reg");

bx::FileWriter writer;
Expand Down

0 comments on commit 93bde78

Please sign in to comment.