Fix typo
This commit is contained in:
@@ -47,7 +47,7 @@ namespace FlaxEngine.Utilities
|
|||||||
/// Requests the mesh data.
|
/// Requests the mesh data.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="model">The model to get it's data.</param>
|
/// <param name="model">The model to get it's data.</param>
|
||||||
/// <returns>True if ahs valid data to access, otherwise false if it's during downloading.</returns>
|
/// <returns>True if has valid data to access, otherwise false if it's during downloading.</returns>
|
||||||
public bool RequestMeshData(Model model)
|
public bool RequestMeshData(Model model)
|
||||||
{
|
{
|
||||||
if (model == null)
|
if (model == null)
|
||||||
|
|||||||
Reference in New Issue
Block a user