COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette
This commit is contained in:
parent
4b95cf5d1a
commit
91b889e2d3
18 changed files with 28 additions and 28 deletions
|
@ -91,7 +91,7 @@ void OpenGLGraphicsManager::initEventObserver() {
|
|||
bool OpenGLGraphicsManager::hasFeature(OSystem::Feature f) {
|
||||
return
|
||||
(f == OSystem::kFeatureAspectRatioCorrection) ||
|
||||
(f == OSystem::kFeatureCursorHasPalette);
|
||||
(f == OSystem::kFeatureCursorPalette);
|
||||
}
|
||||
|
||||
void OpenGLGraphicsManager::setFeatureState(OSystem::Feature f, bool enable) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue