Turn off timeIndividualTiles
The parser isn't working properly. Review URL: https://codereview.appspot.com/7100057 git-svn-id: http://skia.googlecode.com/svn/trunk@7183 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
781cc76e0f
commit
96b17aa461
@ -15,7 +15,9 @@ def Config(**kwargs):
|
||||
|
||||
def TileArgs(tile_x, tile_y):
|
||||
return {'mode': ['tile', str(tile_x), str(tile_y)],
|
||||
'timeIndividualTiles': True}
|
||||
# TODO(borenet): Turn this back on once the parser is working.
|
||||
#'timeIndividualTiles': True
|
||||
}
|
||||
|
||||
|
||||
def BitmapConfig(**kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user