fix #endif placement so it works when LCD support is not defined
git-svn-id: http://skia.googlecode.com/svn/trunk@298 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
4bda7a5e68
commit
61608aaf93
@ -89,8 +89,8 @@ InitFreetype() {
|
||||
// glyphs.
|
||||
err = FT_Library_SetLcdFilter(gFTLibrary, FT_LCD_FILTER_DEFAULT);
|
||||
gLCDSupport = err == 0;
|
||||
gLCDSupportValid = true;
|
||||
#endif
|
||||
gLCDSupportValid = true;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user