( images )
| 6971 | }; |
| 6972 | |
| 6973 | var callbackTexture = function( images ) { |
| 6974 | |
| 6975 | counter_textures -= 1; |
| 6976 | async_callback_gate(); |
| 6977 | |
| 6978 | scope.onLoadComplete(); |
| 6979 | |
| 6980 | }; |
| 6981 | |
| 6982 | // first go synchronous elements |
| 6983 |
nothing calls this directly
no test coverage detected