Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
lolengine
/
lol
peilaus alkaen
https://github.com/lolengine/lol
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
math: fix vector iterator member initialisation.
undefined
Sam Hocevar
11 vuotta sitten
vanhempi
d0e9447ac0
commit
769eea3950
1 muutettua tiedostoa
jossa
2 lisäystä
ja
2 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/lol/math/vector.h
+ 2
- 2
src/lol/math/vector.h
Näytä tiedosto
@@ -1168,8 +1168,8 @@ class vec_const_iter
{
public:
inline vec_const_iter(vec_t<T,N,SWIZZLE> const &vec, int pos)
: m_
pos(pos
),
m_
vec(vec
)
: m_
vec(vec
),
m_
pos(pos
)
{ }
inline bool operator !=(vec_const_iter<T,N,SWIZZLE> const & that) const
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna