Fixed function name call.

This commit is contained in:
Robert Osfield 2006-02-23 12:39:31 +00:00
parent 7ea1c56b4c
commit 943be478f4

View File

@ -331,7 +331,7 @@ int main(int argc, char **argv)
// tell the overlay node to continously update its overlay texture // tell the overlay node to continously update its overlay texture
// as we know we'll be tracking a moving target. // as we know we'll be tracking a moving target.
overlayNode->setContinousUpdate(true); overlayNode->setContinuousUpdate(true);
} }