Updated wrappers

This commit is contained in:
Robert Osfield
2007-01-30 14:47:13 +00:00
parent 77b9a7ae19
commit f8213d1c53
5 changed files with 43 additions and 19 deletions

View File

@@ -16,6 +16,13 @@
using namespace osg;
Stats::Stats(const std::string& name):
_name(name)
{
allocate(25);
}
Stats::Stats(const std::string& name, unsigned int numberOfFrames):
_name(name)
{