changes after rebase
This commit is contained in:
@@ -66,14 +66,13 @@ namespace OpenVulkano
|
||||
m_nodesPool.resize(N);
|
||||
m_drawablesPool.resize(N);
|
||||
|
||||
#ifdef MSDFGEN_AVAILABLE
|
||||
Charset charset = Charset::ASCII;
|
||||
for (unicode_t c = 0x0410; c <= 0x041F; c++)
|
||||
{
|
||||
// some unicode values
|
||||
charset.add(c);
|
||||
}
|
||||
|
||||
#ifdef MSDFGEN_AVAILABLE
|
||||
m_atlasGenerator.GenerateAtlas(fontPath, charset, "roboto-regular-atlas.png");
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user