Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Constrain view borders
- view_xview=clamp(view_xview,0,room_width-view_wview);
- view_yview=clamp(view_yview,0,room_height-view_hview);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement