mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 03:46:50 +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 {
|
||||
public:
|
||||
enum Method : unsigned int {
|
||||
INTERP_LERP,
|
||||
INTERP_SLERP,
|
||||
INTERP_SCALED_SLERP,
|
||||
enum Method {
|
||||
INTERP_LERP = 0,
|
||||
INTERP_SLERP = 1,
|
||||
INTERP_SCALED_SLERP = 2,
|
||||
};
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user