Add text formatting function to test.

This commit is contained in:
Bartosz Taudul 2024-08-08 19:52:47 +02:00
parent 30cbc77e23
commit b18796c1c0
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -16,6 +16,7 @@ struct static_init_test_t
static_init_test_t()
{
ZoneScoped;
ZoneTextF( "Static %s", "init test" );
new char[64*1024];
}
};