style cleanup

This commit is contained in:
2013-04-08 04:39:09 +00:00
parent 45669ebbc6
commit fcf137dbd7
12 changed files with 46 additions and 44 deletions

View File

@@ -98,7 +98,7 @@ void AppCanvas::init()
static bool firsttime = true;
if (firsttime) {
_Renderer = new BlenderStrokeRenderer;
if(!StrokeRenderer::loadTextures()) {
if (!StrokeRenderer::loadTextures()) {
cerr << "unable to load stroke textures" << endl;
return;
}