Update ActionPromptTMP.cs
This commit is contained in:
parent
cab161a886
commit
a472318e55
@ -36,6 +36,7 @@ public class ActionPromptTMP : MonoBehaviour
|
||||
UpdatePrompt();
|
||||
}
|
||||
|
||||
|
||||
void UpdatePrompt()
|
||||
{
|
||||
if (actionReference == null || actionReference.action == null || textField == null) return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user