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
Tweak on variable init
pull/1113/head
Ray
5 years ago
parent
eb86d69a38
commit
1be68d8cfe
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/text.c
+ 0
- 1
src/text.c
View File
@ -1644,7 +1644,6 @@ static Font LoadBMFont(const char *fileName)
#
define MAX_BUFFER_SIZE 256
Font
font
=
{
0
}
;
font
.
texture
.
id
=
0
;
char
buffer
[
MAX_BUFFER_SIZE
]
=
{
0
}
;
char
*
searchPoint
=
NULL
;
Write
Preview
Loading…
Cancel
Save