Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
henry9836 committed Sep 20, 2020
1 parent 16fa926 commit dd404ec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Assets/Scripts/UI/Package/Packager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ public void remove(Items.AllItems item)
private void FixedUpdate()
{

if (Input.GetKeyDown(KeyCode.Semicolon))
{
Debug.Log(levelTime);
}

if (Cursor.lockState != CursorLockMode.Confined || !Cursor.visible)
{
//Confine mouse
Expand Down

0 comments on commit dd404ec

Please sign in to comment.