Explorar el Código

Fix texture select functions not showing up
in engine prototype

bghgary hace 5 años
padre
commit
62359f77e9
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/Engines/Extensions/index.ts

+ 3 - 0
src/Engines/Extensions/index.ts

@@ -12,4 +12,7 @@ export * from "./engine.renderTargetCube";
 export * from "./engine.webVR";
 export * from "./engine.uniformBuffer";
 export * from "./engine.views";
+
+// must import first since nothing references the exports
+import "./engine.textureSelector";
 export * from "./engine.textureSelector";