Skip to content

Commit 54bc0f8

Browse files
committed
Fix pixels
1 parent af87fa0 commit 54bc0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/textures.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ DBG_EXPORT JS_METHOD(texSubImage2D) { NAPI_ENV;
214214
0,
215215
format,
216216
type,
217-
nullptr
217+
pixels
218218
);
219219
RET_UNDEFINED;
220220
}

0 commit comments

Comments
 (0)