mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-24 17:01:56 +00:00
renderer: --compiler warning
Some checks are pending
Android / build_x86_64 (push) Waiting to run
Android / build_aarch64 (push) Waiting to run
iOS / build_x86_64 (push) Waiting to run
iOS / build_arm64 (push) Waiting to run
macOS / build (push) Waiting to run
macOS / compact_test (push) Waiting to run
macOS / unit_test (push) Waiting to run
Ubuntu / build (push) Waiting to run
Ubuntu / compact_test (push) Waiting to run
Ubuntu / unit_test (push) Waiting to run
Windows / build (push) Waiting to run
Windows / compact_test (push) Waiting to run
Windows / unit_test (push) Waiting to run
Some checks are pending
Android / build_x86_64 (push) Waiting to run
Android / build_aarch64 (push) Waiting to run
iOS / build_x86_64 (push) Waiting to run
iOS / build_arm64 (push) Waiting to run
macOS / build (push) Waiting to run
macOS / compact_test (push) Waiting to run
macOS / unit_test (push) Waiting to run
Ubuntu / build (push) Waiting to run
Ubuntu / compact_test (push) Waiting to run
Ubuntu / unit_test (push) Waiting to run
Windows / build (push) Waiting to run
Windows / compact_test (push) Waiting to run
Windows / unit_test (push) Waiting to run
This commit is contained in:
parent
a6ffb7af90
commit
9b2bbc496e
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ struct SceneImpl : Scene
|
||||||
|
|
||||||
if (fixed) {
|
if (fixed) {
|
||||||
auto pt = fsize * transform;
|
auto pt = fsize * transform;
|
||||||
vport.intersect({int32_t(round(transform.e13)), int32_t(round(transform.e23))}, {int32_t(round(pt.x)), int32_t(round(pt.y))});
|
vport.intersect({{int32_t(round(transform.e13)), int32_t(round(transform.e23))}, {int32_t(round(pt.x)), int32_t(round(pt.y))}});
|
||||||
} else {
|
} else {
|
||||||
vdirty = true;
|
vdirty = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue