Skip to content

Commit 87fd6b1

Browse files
fix: utf8 encoding
1 parent 92c9056 commit 87fd6b1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ios/Libraries/bullet/include/BulletCollision/Gimpact/btGImpactShape.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*! \file btGImpactShape.h
2-
\author Francisco Len Nßjera
2+
\author Francisco Len Nßjera
33
*/
44
/*
55
This source file is part of GIMPACT Library.

ios/Libraries/bullet/include/BulletDynamics/MLCPSolvers/btLemkeSolver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ subject to the following restrictions:
2424

2525

2626

27-
///The btLemkeSolver is based on "Fast Implementation of Lemkes Algorithm for Rigid Body Contact Simulation (John E. Lloyd) "
27+
///The btLemkeSolver is based on "Fast Implementation of Lemke’s Algorithm for Rigid Body Contact Simulation (John E. Lloyd) "
2828
///It is a slower but more accurate solver. Increase the m_maxLoops for better convergence, at the cost of more CPU time.
2929
///The original implementation of the btLemkeAlgorithm was done by Kilian Grundl from the MBSim team
3030
class btLemkeSolver : public btMLCPSolverInterface

ios/ViroKit/VROViewMetal.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// ViroRenderer
44
//
55
// Created by Raj Advani on 4/22/16.
6-
// Copyright © 2016 Viro Media. All rights reserved.
6+
// Copyright © 2016 Viro Media. All rights reserved.
77
//
88
// Permission is hereby granted, free of charge, to any person obtaining
99
// a copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)