clear CLUTTER_ACTOR_SYNC_MATRICES after setting up viewport

This commit is contained in:
Tomas Frydrych
2007-06-12 17:39:08 +00:00
parent 7d0faf304f
commit 5f4a7a4812
2 changed files with 8 additions and 0 deletions

View File

@ -132,6 +132,8 @@ clutter_redraw (void)
perspective.aspect,
perspective.z_near,
perspective.z_far);
CLUTTER_UNSET_PRIVATE_FLAGS (stage, CLUTTER_ACTOR_SYNC_MATRICES);
}
/* Setup the initial paint */