Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/blender/blenkernel/intern/simulation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/simulation.cc b/source/blender/blenkernel/intern/simulation.cc
index c227ecb8778..ee82e0eba56 100644
--- a/source/blender/blenkernel/intern/simulation.cc
+++ b/source/blender/blenkernel/intern/simulation.cc
@@ -112,7 +112,7 @@ IDTypeInfo IDType_ID_SIM = {
/* make_local */ nullptr,
};
-void BKE_simulation_data_update(Depsgraph *depsgraph, Scene *scene)
+void BKE_simulation_data_update(Depsgraph *UNUSED(depsgraph), Scene *scene)
{
printf("Eval simulation: %d + %f\n", scene->r.cfra, scene->r.subframe);
}