VB: indicate refresh when usage changes

cleanup_build_scripts
Kirill Vainer 9 years ago
parent a82b9a4a3d
commit a1fd3ff3d9
  1. 1
      jme3-core/src/main/java/com/jme3/scene/VertexBuffer.java

@ -522,6 +522,7 @@ public class VertexBuffer extends NativeObject implements Savable, Cloneable {
// throw new UnsupportedOperationException("Data has already been sent. Cannot set usage.");
this.usage = usage;
this.setUpdateNeeded();
}
/**

Loading…
Cancel
Save