+ Simplify usage of templates

This commit is contained in:
wmayer
2013-10-07 15:42:22 +02:00
parent 01d5193296
commit 46a0ec259f
9 changed files with 372 additions and 17 deletions

View File

@@ -109,5 +109,7 @@ short LuxProject::mustExecute() const
{
if (Camera.isTouched())
return 1;
if (Template.isTouched())
return 1;
return 0;
}