Advertisement
Barteks2x

Untitled

Dec 21st, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. /home/bartosz/Desktop/dev/java/Minecraft/CubicChunks/CubicChunks/build/sources/main/java/cubicchunks/worldgen/gui/CustomCubicGui.java:107: error: incompatible types: Object cannot be converted to float
  2. x -> getExponentialSliderReverse(min, max, baseValue, x)
  3. ^
  4. /home/bartosz/Desktop/dev/java/Minecraft/CubicChunks/CubicChunks/build/sources/main/java/cubicchunks/worldgen/gui/CustomCubicGui.java:110: error: incompatible types: UISlider<Object> cannot be converted to UISlider<Float>
  5. .setValue(defaultVal);
  6. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement