Skip to content

Commit

Permalink
SceneryContext: Limit logging
Browse files Browse the repository at this point in the history
  • Loading branch information
skalarproduktraum committed Dec 14, 2018
1 parent 11b1432 commit ba9bf70
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -55,7 +55,6 @@ open class SceneryContext(val node: Volume) : GpuContext {
* Sets the uniform with [name] to the Integer [v0].
*/
override fun setUniform1i(name: String, v0: Int) {
logger.info("Adding binding for $name to $v0")
if(name.startsWith("volumeCache") || name.startsWith("lutSampler")) {
val binding = bindings.entries.find { it.value.binding == v0 }
if(binding != null) {
Expand Down

0 comments on commit ba9bf70

Please sign in to comment.