Skip to content

Commit

Permalink
fix import com.jme3.shader.bufferobject.BufferObject
Browse files Browse the repository at this point in the history
fix import com.jme3.shader.bufferobject.BufferObject
  • Loading branch information
capdevon authored Feb 19, 2024
1 parent ec2cae0 commit 5f5cd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jme3-core/src/main/java/com/jme3/shader/VarType.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import com.jme3.math.Vector2f;
import com.jme3.math.Vector3f;
import com.jme3.math.Vector4f;
import com.jme3.shader.BufferObject;
import com.jme3.shader.bufferobject.BufferObject;
import com.jme3.texture.Texture;
import com.jme3.texture.Texture2D;
import com.jme3.texture.Texture3D;
Expand Down

0 comments on commit 5f5cd5c

Please sign in to comment.