In the RenderTargetWidget.c file, inside the SetResolutionScale definition, line 16, the parameter for yscale is misspelled (ycale). Should be yscale to match the xscale parameter.
proto external void SetResolutionScale(float xscale, float ycale);
In the RenderTargetWidget.c file, inside the SetResolutionScale definition, line 16, the parameter for yscale is misspelled (ycale). Should be yscale to match the xscale parameter.
proto external void SetResolutionScale(float xscale, float ycale);