Add actual font path as comment
This commit is contained in:
parent
04bd9374a8
commit
f11eef57ac
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ impl Overlay {
|
|||
// only font is used
|
||||
let mut create_info = GuiHandlerCreateInfo::default();
|
||||
|
||||
// create_info.font_path = AssetPath::from("/usr/share/vulkan_rf2_layer/font.png");
|
||||
create_info.font_path = AssetPath::from("/opt/sata_ssd/Workspace/vk_layer_rs/font.png");
|
||||
create_info.font_path.assume_prefix_free();
|
||||
|
||||
|
|
Loading…
Reference in a new issue