Revision: 12777 http://sourceforge.net/p/skim-app/code/12777 Author: hofman Date: 2022-02-10 15:51:52 +0000 (Thu, 10 Feb 2022) Log Message: ----------- include semi colon
Modified Paths: -------------- trunk/SkimTransitions/SKTTransitions.cikernel Modified: trunk/SkimTransitions/SKTTransitions.cikernel =================================================================== --- trunk/SkimTransitions/SKTTransitions.cikernel 2022-02-10 15:51:26 UTC (rev 12776) +++ trunk/SkimTransitions/SKTTransitions.cikernel 2022-02-10 15:51:52 UTC (rev 12777) @@ -21,7 +21,7 @@ vec2 t0, t1, t2; vec4 p1, p2; - t0 = destCoord() + t0 = destCoord(); t1 = t0 + offset1; t2 = t0 + offset2; p1 = any(lessThan(t1, extent.xy)) || any(greaterThan(t1, extent.xy + extent.zw)) ? vec4(0.0) : sample(front, samplerTransform(front, t1)); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit