Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GameDevWeek
Wintersemester 2018-2019
Unity
Suck It
Commits
7db0047a
Commit
7db0047a
authored
Mar 29, 2019
by
Sebastian Frey
Browse files
fixed warnings
parent
ca2169ad
Changes
1
Show whitespace changes
Inline
Side-by-side
Assets/_Game/Scripts/Player/MovementController.cs
View file @
7db0047a
...
...
@@ -43,8 +43,8 @@ public class MovementController : MonoBehaviour
private
ContactFilter2D
m_ContactFilter2D
;
private
Vector3
m_CurrentGroundNormal
;
private
bool
m_isMoving
=
false
;
private
bool
m_isJumping
=
false
;
//
private bool m_isMoving = false;
//
private bool m_isJumping = false;
private
Vector2
m_Movement
=
Vector2
.
zero
;
[
Header
(
"Events"
)]
[
Space
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment