Updated SOIL2.

Exposed the "GL_OES_compressed_ETC1_RGB8_texture" extension for desktops.
SDL2 window now is destroyed.
Changed cUIControlAnim::AngleInterpolation to cUIControlAnim::RotationInterpolation.
This commit is contained in:
Martín Lucas Golini
2013-10-05 21:29:59 -03:00
parent 58bd54e77d
commit 2e2c79d5fa
11 changed files with 137 additions and 28 deletions

View File

@@ -51,7 +51,7 @@ class EE_API cUIControlAnim : public cUIDragable {
void DisableFadeOut( const cTime & Time, const bool& AlphaChilds = true, const Ease::Interpolation& Type = Ease::Linear );
cInterpolation * AngleInterpolation();
cInterpolation * RotationInterpolation();
cInterpolation * ScaleInterpolation();