mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2025-07-27 05:30:14 +02:00
Use size_t instead of int for arithmetic on pointers, to avoid truncation on ILP64 architectures (like amd64).
Use size_t instead of int for arithmetic on pointers, to avoid truncation on ILP64 architectures (like amd64).