Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25307213 authored by John Reck's avatar John Reck Committed by Android Git Automerger
Browse files

am 2b543d34: am 7f6c99df: Merge "fix build" into lmp-dev

* commit '2b543d34102960637054191a551b59ae0afc9223':
  fix build
parents eeaea4f9 b0665072
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -222,7 +222,7 @@ static void android_view_ThreadedRenderer_setup(JNIEnv* env, jobject clazz, jlon
        jfloat lightX, jfloat lightY, jfloat lightZ, jfloat lightRadius,
        jint ambientShadowAlpha, jint spotShadowAlpha) {
    RenderProxy* proxy = reinterpret_cast<RenderProxy*>(proxyPtr);
    proxy->setup(width, height, Vector3(lightX, lightY, lightZ), lightRadius,
    proxy->setup(width, height, (Vector3){lightX, lightY, lightZ}, lightRadius,
            ambientShadowAlpha, spotShadowAlpha);
}