Creating a new "character" Actor throws a data preparation error because one or more properties aren't being set before they're accessed. It seems like it's because undefined data is being passed into the OseDataModelCharacterScores constructor, since this little hack is enough to fix the error. Harmless as far as I can tell, but those red console messages bug me XD
Creating a new "character" Actor throws a data preparation error because one or more properties aren't being set before they're accessed. It seems like it's because undefined data is being passed into the
OseDataModelCharacterScores
constructor, since this little hack is enough to fix the error. Harmless as far as I can tell, but those red console messages bug me XD