We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33941d7 commit 6c53ef5Copy full SHA for 6c53ef5
GalleryTextureDimensions.js
@@ -10,9 +10,8 @@
10
// - Click the 'Create Producer Patch' button which is below the variables
11
//==============================================================================
12
13
-const Diagnostics = require('Diagnostics');
14
-const Textures = require('Textures');
15
const Patches = require('Patches');
+const Textures = require('Textures');
16
17
(async function() {
18
const galleryTexture = await Textures.findFirst('galleryTexture0');
0 commit comments