Skip to content

Commit 45a0083

Browse files
committed
Don't mind the matrices
1 parent 5c3df0c commit 45a0083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jme3-materialeditor/src/com/jme3/gde/materials/EditableMaterialFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public class EditableMaterialFile {
6565
"IntArray", "Int", "Boolean", "FloatArray", "Float", "Vector2Array",
6666
"Vector3Array", "Vector4Array", "Vector2", "Vector3", "Vector4",
6767
"Color", "Texture2D", "Texture3D", "TextureArray", "TextureBuffer",
68-
"TextureCubeMap", "Matrix3Array", "Matrix4Array", "Matrix3", "Matrix4"};
68+
"TextureCubeMap"};
6969

7070
public EditableMaterialFile(FileObject material, ProjectAssetManager manager) {
7171
this.material = material;

0 commit comments

Comments
 (0)