Explorar el Código

Update core_vr_simulator.c

Ray hace 4 años
padre
commit
45c964c1e6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/core/core_vr_simulator.c

+ 1 - 1
examples/core/core_vr_simulator.c

@@ -123,7 +123,7 @@ int main(void)
             EndTextureMode();
             
             BeginShaderMode(distortion);
-               DrawTextureRec(target.texture, (Rectangle){ 0, 0, (float)target.texture.width, 
+                DrawTextureRec(target.texture, (Rectangle){ 0, 0, (float)target.texture.width, 
                               (float)-target.texture.height }, (Vector2){ 0.0f, 0.0f }, WHITE);
             EndShaderMode();