mirror of
https://github.com/evgen-app/steampunk-quest.git
synced 2025-02-12 03:50:34 +03:00
fix bugs
This commit is contained in:
parent
45329a05bc
commit
e5b6992875
|
@ -81,13 +81,12 @@ public class toolChestPrefabController : MonoBehaviour
|
||||||
|
|
||||||
void Update()
|
void Update()
|
||||||
{
|
{
|
||||||
detectPLanes();
|
|
||||||
detectObjects();
|
if (spawnChest == true)
|
||||||
/* if (spawnChest == true)
|
{
|
||||||
{
|
detectPLanes();
|
||||||
detectPLanes();
|
detectObjects();
|
||||||
detectObjects();
|
}
|
||||||
}*/
|
|
||||||
|
|
||||||
}
|
}
|
||||||
private void detectPLanes()
|
private void detectPLanes()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user