Преглед на файлове

disable timeout flag (causes init error on some driver)

Nicolas Cannasse преди 5 години
родител
ревизия
2c975f0296
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      h3d/impl/DirectXDriver.hx

+ 0 - 3
h3d/impl/DirectXDriver.hx

@@ -134,9 +134,6 @@ class DirectXDriver extends h3d.impl.Driver {
 		#if debug
 		options |= DebugLayer;
 		#end
-		#if (hl_ver >= version("1.12.0"))
-		options |= DisableGpuTimeout;
-		#end
 		return options;
 	}