Browse Source

Minor - Remove driver message because it's now supported

borisrp 4 months ago
parent
commit
9b1505c67f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      h3d/impl/Driver.hx

+ 0 - 1
h3d/impl/Driver.hx

@@ -265,7 +265,6 @@ class Driver {
 	}
 
 	public function readBufferBytes( b : Buffer, startVertex : Int, vertexCount : Int, buf : haxe.io.Bytes, bufPos : Int ) {
-		throw "Driver does not allow to read vertex bytes";
 	}
 
 	public function onTextureBiasChanged( t : h3d.mat.Texture ) {