This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Merge
e91a3697ff
into
a92f67bf34
Jordan Zedeck
2 days ago
committed by
GitHub
parent
a92f67bf34
e91a3697ff
commit
84cbcf5493
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/text/text_codepoints_loading.c
+ 1
- 1
examples/text/text_codepoints_loading.c
View File
@ -108,7 +108,7 @@ int main(void)
}
}
else
else
{
{
/
/
Draw
provided
text
with
l
a
oded
font
,
containing
all
required
codepoint
glyphs
/
/
Draw
provided
text
with
lo
a
ded
font
,
containing
all
required
codepoint
glyphs
DrawTextEx
(
font
,
text
,
(
Vector2
)
{
160
,
110
}
,
48
,
5
,
BLACK
)
;
DrawTextEx
(
font
,
text
,
(
Vector2
)
{
160
,
110
}
,
48
,
5
,
BLACK
)
;
}
}
Write
Preview
Loading…
Cancel
Save