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
Remove unnecessary initialization
pull/4729/head
asdqwe
3 weeks ago
parent
e6f4d1cf2b
commit
2e1ec8e44c
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/rtextures.c
+ 0
- 1
src/rtextures.c
View File
@ -5396,7 +5396,6 @@ static float HalfToFloat(unsigned short x)
float
result
=
0.0f
;
union
floatUnsignedUnion
uni
;
uni
.
fm
=
0.0f
;
const
unsigned
int
e
=
(
x
&
0x7C00
)
>
>
10
;
/
/
Exponent
const
unsigned
int
m
=
(
x
&
0x03FF
)
<
<
13
;
/
/
Mantissa
Write
Preview
Loading…
Cancel
Save