-
Notifications
You must be signed in to change notification settings - Fork 168
Open
Description
You switched out two parameters the wrong way.
PHYSFS_read( handle, &(buffer[0]), filesize, 1 ); should be 1, filesize (no joke)
Other than that, the code was outstanding, small and effective. This vfs tutorial that also uses physfs is too long and complicated. Yours is succinct and near perfect.
Metadata
Metadata
Assignees
Labels
No labels