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
pull/3073/head
Ray
1 year ago
parent
a3e78c5453
commit
51387dfbfb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rtext.c
+ 1
- 1
src/rtext.c
View File
@ -1340,7 +1340,7 @@ int TextToInteger(const char *text)
text
+
+
;
}
for
(
int
i
=
0
;
(
(
text
[
i
]
>
=
'
0
'
)
&
&
(
text
[
i
]
<
=
'
9
'
)
)
;
o">+
+
i
)
value
=
value
*
10
+
(
int
)
(
text
[
i
]
-
'
0
'
)
;
for
(
int
i
=
0
;
(
(
text
[
i
]
>
=
'
0
'
)
&
&
(
text
[
i
]
<
=
'
9
'
)
)
;
n">i
+
+
)
value
=
value
*
10
+
(
int
)
(
text
[
i
]
-
'
0
'
)
;
return
value
*
sign
;
}
Write
Preview
|
|
|
|
|
|
x
0
0
0:0
Loading…
Cancel
Save