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
lolphysics.h : small build fix
undefined
Benjamin ‘Touky’ Huet
Sam Hocevar
<sam@hocevar.net>
11 years ago
parent
66b7dd7198
commit
b38bcfaa57
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
test/physics/lolphysics.h
+ 8
- 0
test/physics/lolphysics.h
View File
@@ -183,6 +183,10 @@ public:
BtRayResult = BtRayResult_Closest;
break;
}
default:
{
break;
}
}
m_dynamics_world->rayTest(LOL2BTU_VEC3(RayFrom), LOL2BTU_VEC3(RayTo), *BtRayResult);
@@ -211,6 +215,10 @@ public:
}
break;
}
default:
{
break;
}
}
}
Write
Preview
Loading…
Cancel
Save