SVN maintenance.

This commit is contained in:
Guillermo S. Romero
2011-11-10 17:43:37 +00:00
parent 8ef6d50185
commit c8cb79a11f
2 changed files with 2 additions and 2 deletions

View File

@@ -4888,4 +4888,4 @@ int dynamicPaint_calculateFrame(DynamicPaintSurface *surface, Scene *scene, Obje
}
return dynamicPaint_doStep(scene, cObject, surface, timescale, 0.0f);
}
}

View File

@@ -682,4 +682,4 @@ void BLI_end_threaded_malloc(void)
thread_levels--;
if(thread_levels==0)
MEM_set_lock_callback(NULL, NULL);
}
}