mirror of
https://github.com/AntonioND/nitro-engine.git
synced 2025-06-18 16:45:33 -04:00
examples: Fix incorrect comments
This commit is contained in:
parent
30ac9ab8e9
commit
a49ddecda7
@ -60,13 +60,13 @@ int main(void)
|
||||
WaitLoop();
|
||||
}
|
||||
|
||||
// Load a 256-color font to be used for rendering text as quads
|
||||
// Load a 16-color font to be used for rendering text as quads
|
||||
|
||||
NE_RichTextInit(2);
|
||||
NE_RichTextMetadataLoadFAT(2, "fonts/font.fnt");
|
||||
NE_RichTextMaterialLoadGRF(2, "fonts/font_16_png.grf");
|
||||
|
||||
// Load a 16-color font to be used for rendering text as quads
|
||||
// Load a 256-color font to be used for rendering text as quads
|
||||
|
||||
NE_RichTextInit(3);
|
||||
NE_RichTextMetadataLoadFAT(3, "fonts/font.fnt");
|
||||
|
Loading…
Reference in New Issue
Block a user