mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:07:07 +02:00
Merge branch '21378' of http://github.com/Zvork/hifi into fadeedit
This commit is contained in:
commit
36f8f682b3
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ public:
|
||||||
|
|
||||||
VaryingArray(std::initializer_list<Varying> list) {
|
VaryingArray(std::initializer_list<Varying> list) {
|
||||||
assert(list.size() == NUM);
|
assert(list.size() == NUM);
|
||||||
std::copy(list.begin(), list.end(), begin());
|
std::copy(list.begin(), list.end(), std::array<Varying, NUM>::begin());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue