Possible missing method in FloatWA.java

Report crashes, strange behaviour, or apparent bugs
Post Reply
BenderBot
Posts: 10
Joined: 03 Sep 2013, 22:43

Possible missing method in FloatWA.java

Post by BenderBot »

I copied the following from FloatW.java to FloatWA.java in order to easily convert a float array to FloatWA array object.

Code: Select all

public void setValue(float[] i)
    {
        w = i;
    }
This works fine unless there is any reason not to use it.

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

Re: Possible missing method in FloatWA.java

Post by coppelia »

Sure, you can do that. But that function missing is not a bug ;)

Cheers

Post Reply