mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 15:25:40 +00:00
Simple pass over the codebase to standardize the platform types.
This commit is contained in:
parent
c75d6feb20
commit
4c35fd37af
189 changed files with 824 additions and 824 deletions
|
|
@ -63,7 +63,7 @@ struct GFXLockedRect
|
|||
{
|
||||
/// Pitch of the lock. This is the spacing in bytes of the start
|
||||
/// of each row of the locked region.
|
||||
int pitch;
|
||||
S32 pitch;
|
||||
|
||||
/// Pointer to the start of locked rectangle.
|
||||
U8* bits;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue