mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 11:56:49 +01:00
Fixed an another warning on the pi.
This commit is contained in:
parent
6cceda5101
commit
0095078e25
@ -49,10 +49,10 @@ class Transform;
|
|||||||
|
|
||||||
class TransformInterpolator {
|
class TransformInterpolator {
|
||||||
public:
|
public:
|
||||||
enum Method : unsigned int {
|
enum Method {
|
||||||
INTERP_LERP,
|
INTERP_LERP = 0,
|
||||||
INTERP_SLERP,
|
INTERP_SLERP = 1,
|
||||||
INTERP_SCALED_SLERP,
|
INTERP_SCALED_SLERP = 2,
|
||||||
};
|
};
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user