Explorar o código

Minor - Remove driver message because it's now supported

borisrp hai 4 meses
pai
achega
9b1505c67f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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 ) {