1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Add a comment.

This commit is contained in:
AlexVinS 2014-07-03 18:46:02 +04:00
parent f3067878dd
commit 57f82f2bed

View File

@ -856,6 +856,7 @@ void CSlider::showAll(SDL_Surface * to)
void CSlider::show(SDL_Surface * to)
{
//todo: find better solution for background glitches.
#ifdef VCMI_SDL1
CIntObject::show(to);
#else