mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 00:30:52 +02:00
fix whitespace formatting
This commit is contained in:
parent
7f25c3e011
commit
4f9da0cc37
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
// ----------------------------------------------------------------------------
|
||||
// FixedConstraint
|
||||
// ----------------------------------------------------------------------------
|
||||
FixedConstraint::FixedConstraint(glm::vec3* point, const glm::vec3& anchor ) : _point(point), _anchor(anchor) {
|
||||
FixedConstraint::FixedConstraint(glm::vec3* point, const glm::vec3& anchor) : _point(point), _anchor(anchor) {
|
||||
}
|
||||
|
||||
float FixedConstraint::enforce() {
|
||||
|
|
Loading…
Reference in a new issue