Fix mistake.
This commit is contained in:
parent
535112b529
commit
a968163f6e
|
@ -50,9 +50,9 @@ public class LeaderboardController : MonoBehaviour
|
||||||
|
|
||||||
private void Update()
|
private void Update()
|
||||||
{
|
{
|
||||||
if(Input.GetKeydown(KeyCode.J))
|
if(Input.GetKeyDown(KeyCode.J))
|
||||||
_resetDaily = true;
|
_resetDaily = true;
|
||||||
if(Input.GetKeydown(KeyCode.K))
|
if(Input.GetKeyDown(KeyCode.K))
|
||||||
_resetGlobal = true;
|
_resetGlobal = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue