mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 09:20:59 +00:00
- renamed the remaining file system access wrappers in cache1d.h
This commit is contained in:
parent
749eda32c5
commit
30cbcb54b1
21 changed files with 65 additions and 90 deletions
|
@ -104,8 +104,8 @@ void GLInstance::Init(int ydim)
|
|||
ImGui_ImplOpenGL3_Init();
|
||||
if (!ttf.Size())
|
||||
{
|
||||
//ttf = kloadfile("demolition/Capsmall_clean.ttf", 0);
|
||||
ttf = kloadfile("demolition/Roboto-Regular.ttf", 0);
|
||||
//ttf = fileSystem.LoadFile("demolition/Capsmall_clean.ttf", 0);
|
||||
ttf = fileSystem.LoadFile("demolition/Roboto-Regular.ttf", 0);
|
||||
}
|
||||
if (ttf.Size()) io.Fonts->AddFontFromMemoryTTF(ttf.Data(), ttf.Size(), std::clamp(ydim / 40, 10, 30));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue