From 943be478f4ec7f4732975e2d277eda64f919e2ad Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 23 Feb 2006 12:39:31 +0000 Subject: [PATCH] Fixed function name call. --- examples/osgsimulation/osgsimulation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgsimulation/osgsimulation.cpp b/examples/osgsimulation/osgsimulation.cpp index c45d6c911..382ebe47f 100644 --- a/examples/osgsimulation/osgsimulation.cpp +++ b/examples/osgsimulation/osgsimulation.cpp @@ -331,7 +331,7 @@ int main(int argc, char **argv) // tell the overlay node to continously update its overlay texture // as we know we'll be tracking a moving target. - overlayNode->setContinousUpdate(true); + overlayNode->setContinuousUpdate(true); }