Change time type from float to double in osgAnimation

This commit is contained in:
Cedric Pinson
2010-03-25 17:50:29 +00:00
parent fe5527f332
commit 35fa541350
6 changed files with 34 additions and 34 deletions

View File

@@ -13,8 +13,8 @@
*/
#ifndef OSGANIMATION_TARGET_H
#define OSGANIMATION_TARGET_H
#ifndef OSGANIMATION_TARGET
#define OSGANIMATION_TARGET 1
#include <vector>
#include <osg/Quat>