lib/texture_packer.rb in texture_packer-1.6.1 vs lib/texture_packer.rb in texture_packer-1.6.2
- old
+ new
@@ -130,9 +130,10 @@
end
end
def need_global_mixins?
return true if @split_type == SPLIT_BY_MOBILE
+ return true if @split_type == SPLIT_BY_I18N_AND_MOBILE
return false
end
class CssRule
def initialize