[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:
@@ -1,4 +1,4 @@
|
||||
package org.openrndr.extra.kinect.org.openrndr.extra.kinect.impl
|
||||
package org.openrndr.extra.kinect.impl
|
||||
|
||||
import org.openrndr.Program
|
||||
import org.openrndr.draw.*
|
||||
@@ -10,7 +10,6 @@ import org.openrndr.resourceUrl
|
||||
import java.nio.ByteBuffer
|
||||
import java.util.concurrent.atomic.AtomicReference
|
||||
import java.util.function.Supplier
|
||||
import kotlin.concurrent.thread
|
||||
|
||||
class DefaultKinects<CTX>(
|
||||
private val program: Program,
|
||||
|
||||
@@ -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.*
|
||||
|
||||
Reference in New Issue
Block a user