Log/Capture: Added LogTextV, a va_list variant of LogText. (#3828)

This commit is contained in:
David Maas
2021-02-22 04:58:51 -06:00
committed by GitHub
parent a8f76c23a4
commit ece854564a
3 changed files with 23 additions and 7 deletions

View File

@ -59,6 +59,7 @@ Other Changes:
- Examples: Reworked setup of clear color to be compatible with transparent values.
- CI: Use a dedicated "scheduled" workflow to trigger scheduled builds. Forks may disable this workflow if
scheduled builds builds are not required. [@rokups]
- Log/Capture: Added LogTextV, a va_list variant of LogText. [@PathogenDavid]
-----------------------------------------------------------------------