mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
SwRaster: Remove comment
This commit is contained in:
parent
ea26e8dff5
commit
0aec18dc75
1 changed files with 0 additions and 3 deletions
|
@ -105,9 +105,6 @@
|
|||
iru = uu + 1;
|
||||
irv = vv + 1;
|
||||
|
||||
//FIXME: If vv goes out of buffer, it can cause potential memory problems.
|
||||
//Therefore, an `if condition` is added so that it does not exceed the height of the image.
|
||||
//This is temporary fix.
|
||||
if (vv >= sh) continue;
|
||||
|
||||
px = *(sbuf + (vv * sw) + uu);
|
||||
|
|
Loading…
Add table
Reference in a new issue