mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
Typo
svn-id: r31712
This commit is contained in:
parent
8b7486b5ca
commit
673784e6ef
@ -75,12 +75,12 @@ public:
|
||||
|
||||
void setOutlineColor(int16 color) {
|
||||
_outlineColor = color;
|
||||
_dropshadowColor = -1;
|
||||
_dropShadowColor = -1;
|
||||
}
|
||||
|
||||
void setDropShadowColor(int16 color) {
|
||||
_outlineColor = -1;
|
||||
_dropshadowColor = color;
|
||||
_dropShadowColor = color;
|
||||
}
|
||||
|
||||
uint16 updateChannel(uint16 channelIndex);
|
||||
|
Loading…
x
Reference in New Issue
Block a user