2
0
Эх сурвалжийг харах

Minor - Remove driver message because it's now supported

borisrp 4 сар өмнө
parent
commit
9b1505c67f
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  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 ) {