CellUi Image 초기화 오류 수정
This commit is contained in:
parent
515c2ea61f
commit
30146c02ce
@ -12,7 +12,7 @@ public class CellUI : MonoBehaviour
|
|||||||
|
|
||||||
private Image image;
|
private Image image;
|
||||||
|
|
||||||
private void Start()
|
private void OnEnable()
|
||||||
{
|
{
|
||||||
image = GetComponent<Image>();
|
image = GetComponent<Image>();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user