Skip to content

Commit

Permalink
fix missing glass fill
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Jan 8, 2017
1 parent 735f67d commit 164f7b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/joonsrenderer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module JoonsRenderer
VERSION = '1.1'
VERSION = '1.1.1'
end
2 changes: 1 addition & 1 deletion pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project 'joonsrenderer' do

model_version '4.0.0'
id 'joons:joonsrenderer:1.1-SNAPSHOT'
id 'joons:joonsrenderer:1.1.1'
packaging 'jar'
description 'joonsrenderer for propane and JRubyArt'
organization 'ruby-processing', 'https://ruby-processing.github.io'
Expand Down
1 change: 1 addition & 0 deletions src/main/java/joons/JoonsRenderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ public void fill(String type, float... params) {
case(AMBIENT_OCCLUSION):
case(LIGHT):
case(MIRROR):
case(GLASS):
fillers.add(new JRFiller(type, params));
break;
default:
Expand Down

0 comments on commit 164f7b8

Please sign in to comment.