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

Some minor things. #3081

Merged
merged 3 commits into from Sep 19, 2018
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

render_task: Remove a stray semicolon.

  • Loading branch information
emilio committed Sep 18, 2018
commit 9a3afdf5b499d0a8e0e5cf166590e5bd94be5db1
@@ -740,7 +740,7 @@ impl RenderTask {
// so the shader doesn't need to shift by the origin.
if let RenderTaskLocation::Fixed(_) = self.location {
target_rect.origin = DeviceIntPoint::origin();
};
}

RenderTaskData {
data: [
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.