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
BuildFIX
undefined
Benjamin ‘Touky’ Huet
Sam Hocevar
<sam@hocevar.net>
10 years ago
parent
8268513786
commit
159db9f857
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/lol/algorithm/aabb_tree.h
+ 1
- 1
src/lol/algorithm/aabb_tree.h
View File
@@ -94,7 +94,7 @@ void Draw(QuadTree<TE>* tree, vec4 color)
template <typename TE>
void Draw(OcTree<TE>* tree, vec4 color)
{
Array<
vec
3, vec4> boxes;
Array<
box
3, vec4> boxes;
Array<TE*, int, vec4> elements;
Array<int, box3> leaves;
Write
Preview
Loading…
Cancel
Save