소스 검색

Minor - Remove driver message because it's now supported

borisrp 4 달 전
부모
커밋
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 ) {