Skip to content

Commit

Permalink
DanmakuRenderer: remove the test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiao committed Nov 20, 2015
1 parent d181c9d commit dfdb081
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ public RenderingState draw(IDisplayer disp, IDanmakus danmakus, long startRender
} else if(renderingType == IRenderer.TEXT_RENDERING) {
mRenderingState.cacheMissCount++;
if (mCacheManager != null) {
drawItem.borderColor = 0xffff0000;
mCacheManager.addDanmaku(drawItem);
}
}
Expand Down

0 comments on commit dfdb081

Please sign in to comment.