瀏覽代碼

fix whitespace

Philipp Zabel 7 年之前
父節點
當前提交
42572e10be
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/openhmd.c

+ 1 - 1
src/openhmd.c

@@ -274,7 +274,7 @@ static int ohmd_device_getf_unp(ohmd_device* device, ohmd_float_value type, floa
 	case OHMD_LEFT_EYE_GL_MODELVIEW_MATRIX: {
 			vec3f point = {{0, 0, 0}};
 			quatf rot = device->rotation;
-                        oquatf_mult_me(&rot, &device->rotation_correction);
+			oquatf_mult_me(&rot, &device->rotation_correction);
 			mat4x4f orient, world_shift, result;
 			omat4x4f_init_look_at(&orient, &rot, &point);
 			omat4x4f_init_translate(&world_shift, -device->position.x +(device->properties.ipd / 2.0f), -device->position.y, -device->position.z);