Skip to content

Commit ba764c3

Browse files
committed
java signature not important
1 parent 1f19522 commit ba764c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

external_library/java/PixelFlow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ end
3838
@skylight = DwSkyLight.new(context, scene_display, mat_scene_bounds)
3939
```
4040

41-
In __antialiasing.rb__ if just use the overloaded `color` method jruby complains of overloaded method, but guesses right and chooses the correct java signature (float, float, float). Mainly to show how we can do it, we provide an alias method `color_float` that avoids the look up cost in detecting the correct signature.
41+
In __antialiasing.rb__ if just use the overloaded `color` method jruby complains of overloaded method, but guesses right and chooses the correct java signature (float, float, float). Mainly to show how we can do it, we provide an alias method `color_float` that avoids the look up cost in detecting the correct signature, this is not generally important if you can put up with the warning.

0 commit comments

Comments
 (0)