mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed build.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user