Commit ed73e672 authored by mercury233's avatar mercury233

fix phaser action

parent c5909e9e
...@@ -26,7 +26,7 @@ public class phaser : MonoBehaviour { ...@@ -26,7 +26,7 @@ public class phaser : MonoBehaviour {
// Update is called once per frame // Update is called once per frame
void Update () { void Update () {
if (Program.InputGetMouseButton_0) if (Program.InputGetMouseButtonUp_0)
{ {
if (Program.pointedCollider== colliderMp2) if (Program.pointedCollider== colliderMp2)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment