This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
base: fix a minor compilation warning.
undefined
Sam Hocevar
10 years ago
parent
761f92c0b4
commit
67ce50ef59
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/lol/math/arraynd.h
+ 2
- 0
src/lol/math/arraynd.h
View File
@@ -85,6 +85,8 @@ public:
void FillValues(T * values, size_t * sizes, size_t accumulator)
{
UNUSED(sizes);
int pos = 0;
for (auto value : m_initializers)
Write
Preview
Loading…
Cancel
Save