mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
found another one
This commit is contained in:
parent
c8902d9c20
commit
99548b5b42
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ void vtx_copy(Vtx *dest, Vtx *src, u32 count) {
|
|||
|
||||
u32 destLength = vtx_get_count(dest);
|
||||
if (count > destLength) {
|
||||
LOG_LUA_LINE("vtx_copy: Cannot copy %u vertices to a vertex buffer of count: %u", count, srcLength);
|
||||
LOG_LUA_LINE("vtx_copy: Cannot copy %u vertices to a vertex buffer of count: %u", count, destLength);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue