Add clarification for a comment

I removed this as it looked pointless, only to realise it was because it was for using outside of the class
This commit is contained in:
Matthew Harris 2018-06-27 09:45:34 +07:00 committed by GitHub
parent a8e2a24c43
commit 97f5358f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export default class Model {
new MeshHelper(this.scene, obj);
}
// Set prop to obj
// Set prop to obj so it can be accessed from outside the class
this.obj = obj;
obj.scale.multiplyScalar(Config.model.scale);