Use a default value for maxlen and bVirtualScale for Print

This commit is contained in:
smallmodel 2024-11-09 19:38:15 +01:00
parent ec73268f94
commit 23a035e2ca
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -47,7 +47,7 @@ public:
UIFont();
UIFont(const char *fn);
void Print(float x, float y, const char *text, size_t maxlen, qboolean bVirtualScreen);
void Print(float x, float y, const char *text, size_t maxlen = -1, qboolean bVirtualScreen = qfalse);
void PrintJustified(
const UIRect2D& rect, fonthorzjustify_t horz, fontvertjustify_t vert, const char *text, float *vVirtualScale
);