mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Merged master
This commit is contained in:
commit
d712debb2c
@ -18,6 +18,12 @@ public class FadeInOut : MonoBehaviour
|
||||
|
||||
float step;
|
||||
|
||||
void OnValidate()
|
||||
{
|
||||
if (fadeImage == null)
|
||||
fadeImage = GetComponentInChildren<Image>();
|
||||
}
|
||||
|
||||
void Start()
|
||||
{
|
||||
// Convert user-friendly setting value to working value
|
||||
|
Loading…
Reference in New Issue
Block a user