mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
no message
This commit is contained in:
2
third-party/RMIntro/core/animations.c
vendored
2
third-party/RMIntro/core/animations.c
vendored
@@ -1497,7 +1497,7 @@ void draw_safe(int type, float alpha, float screw_alpha)
|
||||
|
||||
}
|
||||
|
||||
static float backgroundColor[3] = {0.0, 0.0, 0.0};
|
||||
static float backgroundColor[3] = {1.0, 1.0, 1.0};
|
||||
|
||||
void set_intro_background_color(float r, float g, float b) {
|
||||
backgroundColor[0] = r;
|
||||
|
||||
Reference in New Issue
Block a user