@@ -94,7 +94,7 @@ export class ParticleHelper {
return resolve(ParticleSystemSet.Parse(newData, scene!, gpu));
}, undefined, undefined, undefined, () => {
scene!._removePendingData(token);
- return reject(`An error occured while the creation of your particle system. Check if your type '${type}' exists.`);
+ return reject(`An error occurred with the creation of your particle system. Check if your type '${type}' exists.`);
});
@@ -462,7 +462,7 @@ export class PointsCloudSystem implements IDisposable {
var mat = mesh.material;
let textureList: BaseTexture[] = mat.getActiveTextures();
if (textureList.length === 0) {
- Logger.Warn(mesh.name + "has no useable texture.");
+ Logger.Warn(mesh.name + "has no usable texture.");
pointsGroup._groupImageData = null;
this._setPointsColorOrUV(mesh, pointsGroup, isVolume, true, false);
return;