Skip to content

Commit 38397ba

Browse files
committed
Update node-raylib-bindings.js
1 parent c57bd5f commit 38397ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/generate_templates/node-raylib-bindings.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ inline char charFromValue(const Napi::CallbackInfo& info, int index) {
264264
return info[index].As<Napi::Number>().Uint32Value();
265265
}
266266
267+
// exception for this constructor, which has different input depending on platform
267268
inline rlVertexBuffer rlVertexBufferFromValue(const Napi::CallbackInfo& info, int index) {
268269
return {
269270
intFromValue(info, index + 0),

0 commit comments

Comments
 (0)