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
CIS FIX
legacy
Benjamin ‘Touky’ Huet
touky
12 years ago
parent
e8d2d8c202
commit
11b6cfff4c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/Physics/LolPhysics.h
+ 1
- 1
test/Physics/LolPhysics.h
View File
@@ -156,7 +156,7 @@ public:
}
//Sets the simulation gravity.
void SetWorldLimit(vec3 &NewWorldMin, vec3 &NewWorldMax)
void SetWorldLimit(vec3
const
&NewWorldMin, vec3
const
&NewWorldMax)
{
m_world_min = NewWorldMin;
m_world_max = NewWorldMax;
Write
Preview
Loading…
Cancel
Save