Skip to content

Commit

Permalink
Add comment about vfs access use in use by AddFallbackFont.
Browse files Browse the repository at this point in the history
  • Loading branch information
saurtron committed Dec 12, 2024
1 parent 36783c9 commit 2a11114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rts/Lua/LuaFonts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ int LuaFonts::DeleteFont(lua_State* L)
* but later, on the Update cycle (before other Update and Draw callins).
*
* @function gl.AddFallbackFont
* @string filePath VFS path to the file, for example "fonts/myfont.ttf"
* @string filePath VFS path to the file, for example "fonts/myfont.ttf". Uses VFS.RAW_FIRST access mode.
* @treturn bool success
*/
int LuaFonts::AddFallbackFont(lua_State* L)
Expand Down

0 comments on commit 2a11114

Please sign in to comment.