Skip to content

Commit

Permalink
make baseeffect abstract class public
Browse files Browse the repository at this point in the history
  • Loading branch information
lindenle authored and protyposis committed Jan 3, 2017
1 parent a091a01 commit 72cea27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* {@link ShaderEffect}.
* Created by Mario on 18.07.2014.
*/
abstract class BaseEffect implements Effect, Parameter.Listener {
public abstract class BaseEffect implements Effect, Parameter.Listener {

private String mName;
private List<Parameter> mParameters;
Expand Down

0 comments on commit 72cea27

Please sign in to comment.