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
added return
legacy
jeunathe
jnat
12 years ago
parent
f74b85fcf7
commit
4f06ca1307
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/EasyPhysics.cpp
+ 1
- 1
test/Physics/EasyPhysics.cpp
View File
@@ -267,7 +267,7 @@ void EasyCharacterController::RemoveFromSimulation(class Simulation* current_sim
}
mat4 EasyCharacterController::GetTransform()
{
mat4(1.f);
return
mat4(1.f);
}
//-------------------------------------------------------------------------
Write
Preview
Loading…
Cancel
Save