mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user