Update Postprocess.hx

Accidentally deleted the return value when removing comments
This commit is contained in:
Alexander Kleemann 2020-03-04 20:11:37 +01:00 committed by GitHub
parent 60f72e7e0e
commit 3dce053aa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -353,10 +353,14 @@ class Postprocess {
v.z = 0;
}
return v;
}
public static function init() {
iron.object.Uniforms.externalVec3Links.push(vec3Link);
}
}
}