fix win32 UNICODE build

re-enable VR teleport
This commit is contained in:
erwin coumans
2016-12-31 11:35:56 -08:00
parent fdd517e00f
commit c6650f9329
2 changed files with 2 additions and 2 deletions

View File

@@ -1908,7 +1908,7 @@ void PhysicsServerExample::vrControllerButtonCallback(int controllerId, int butt
if (button == 1 && state == 0)
{
//gResetSimulation = true;
//gVRTeleportPos1 = gLastPickPos;
gVRTeleportPos1 = gLastPickPos;
}
} else
{