Skip to content

Commit

Permalink
Update uPSR_mml.pas
Browse files Browse the repository at this point in the history
Another typo.
  • Loading branch information
ollydev committed Oct 2, 2013
1 parent eeac987 commit c03baf7
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
@@ -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');

0 comments on commit c03baf7

Please sign in to comment.