Skip to content

Commit

Permalink
Merge pull request #245 from Olly-/patch-2
Browse files Browse the repository at this point in the history
Update uPSR_mml.pas
  • Loading branch information
JohnPeel committed Oct 3, 2013
2 parents eeac987 + c03baf7 commit cf89736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Units/MMLAddon/PSInc/uPSR_mml.pas
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ procedure RIRegister_TMufasaBitmap(cl : TPSRuntimeClassImporter);
RegisterMethod(@TMufasaBitmap.SetSize,'SetSize');
RegisterMethod(@TMufasaBitmap.StretchResize,'StretchResize');
RegisterMethod(@TMufasaBitmap.SetPersistentMemory, 'SetPersistentMemory');
RegisterMethod(@TMufasaBitmap.ResetPersistentMemory, 'SetPersistentMemory');
RegisterMethod(@TMufasaBitmap.ResetPersistentMemory, 'ResetPersistentMemory');
RegisterMethod(@TMufasaBitmap.FastSetPixel,'FastSetPixel');
RegisterMethod(@TMufasaBitmap.FastSetPixels,'FastSetPixels');
RegisterMethod(@TMufasaBitmap.DrawATPA,'DrawATPA');
Expand Down

0 comments on commit cf89736

Please sign in to comment.