[orx-kinect] fix redundant package name that appeared after orx-jvm refactoring and broke loading of relative classpath resources (#211)

This commit is contained in:
Kazik Pogoda
2021-11-29 15:35:35 +01:00
committed by GitHub
parent aff20c7906
commit 9fee0d5188
2 changed files with 1 additions and 3 deletions

View File

@@ -8,7 +8,6 @@ import org.bytedeco.libfreenect.presets.freenect
import org.openrndr.Program
import org.openrndr.extra.kinect.*
import org.openrndr.extra.kinect.impl.*
import org.openrndr.extra.kinect.org.openrndr.extra.kinect.impl.*
import java.nio.ByteBuffer
import java.nio.ByteOrder
import java.util.*