mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-23 11:43:26 +00:00
fixed compiler warning
This commit is contained in:
@@ -309,7 +309,6 @@ duk_ret_t ILibDuktape_Polyfills_String_padStart(duk_context *ctx)
|
||||
else
|
||||
{
|
||||
duk_size_t needs = totalLen - bufferLen;
|
||||
duk_size_t i;
|
||||
|
||||
duk_push_array(ctx); // [array]
|
||||
while(needs > 0)
|
||||
|
||||
Reference in New Issue
Block a user