Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle big size image #1564

Merged
merged 3 commits into from Oct 16, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Remove the old comment for prepare_prim_for_render().

  • Loading branch information
JerryShih committed Oct 16, 2017
commit f903161007cfd36055ef0bd260be07b4b029122c
@@ -1058,7 +1058,6 @@ impl PrimitiveStore {
}
}

/// Returns true if the bounding box needs to be updated.

This comment has been minimized.

@JerryShih

JerryShih Oct 12, 2017

Author Contributor

This comment is not correct now.

fn prepare_prim_for_render_inner(
&mut self,
prim_index: PrimitiveIndex,
@@ -1326,7 +1325,6 @@ impl PrimitiveStore {
true
}

/// Returns true if the bounding box needs to be updated.
pub fn prepare_prim_for_render(
&mut self,
prim_index: PrimitiveIndex,
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.