Fix tutorial 306

Former-commit-id: 5f465bdc7c
This commit is contained in:
s-koch
2017-02-15 15:05:42 +01:00
parent 90fc5df3e5
commit f930b28833
@@ -60,6 +60,7 @@ def key_down(viewer, key, mod):
viewer.data.compute_normals()
viewer.data.set_colors(C)
return True
return False
viewer.callback_key_down = key_down