fix typo error that invalidate forced partial refresh

This commit is contained in:
chrox
2013-07-23 17:10:29 +08:00
parent 294f47c0ed
commit 3f672b5894

View File

@@ -200,7 +200,7 @@ function UIManager:run()
if self._dirty[widget.widget] == "full" then
force_full_refresh = true
end
if self._dirty[widget.widget] == "patial" then
if self._dirty[widget.widget] == "partial" then
force_patial_refresh = true
end
if self._dirty[widget.widget] == "fast" then