Correct typo
This commit is contained in:
parent
ecf6fd5e11
commit
6dab2b70c9
@ -128,7 +128,7 @@ namespace RoboidControl.Unity {
|
||||
this.gameObject.name = core.name;
|
||||
break;
|
||||
case ModelUrlMsg.Id:
|
||||
Debug.Log("{this.id} Handle Model URL");
|
||||
Debug.Log($"{this.core.id} Handle Model URL");
|
||||
string extension = core.modelUrl[core.modelUrl.LastIndexOf(".")..];
|
||||
if (extension == ".jpg" || extension == ".png")
|
||||
StartCoroutine(LoadJPG());
|
||||
|
Loading…
x
Reference in New Issue
Block a user