LumieraMeow / ogre-procedural

Automatically exported from code.google.com/p/ogre-procedural
0 stars 0 forks source link

Replace assertions with exceptions #128

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Looks like it's bad practice checking arguments with assertions, since they can 
easily get disabled.
So replace that with exceptions (Ogre::Exception or something else).

Original issue reported on code.google.com by michael.broutin@gmail.com on 24 Sep 2012 at 5:20

GoogleCodeExporter commented 8 years ago
Handled by Transporter

Original comment by michael.broutin@gmail.com on 13 Nov 2012 at 6:19