In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
m
Line 429: Line 429:     
<source lang = "cpp">
 
<source lang = "cpp">
if(pressed & WPAD_BUTTON_MINUS && sprite.GetZoom() >= 0)
+
if(pressed & WPAD_BUTTON_MINUS && sprite.GetZoom() > 0)
 
sprite.SetZoom(sprite.GetZoom()-0.1f);
 
sprite.SetZoom(sprite.GetZoom()-0.1f);
 
</source>
 
</source>
8

edits

Navigation menu