BYOND Version:438.1014
Operating System:Windows XP
Descriptive Problem Summary:
The screen flips out near the edges of the screenif you change the client.pixel_x with the perspective set to EDGE_PERSPECTIVE
Code Snippet (if applicable) to Reproduce Problem:
client
view="15x15"
perspective=EDGE_PERSPECTIVE
New()
spawn while(1)
sleep(1)
client.pixel_x=rand(1,32)
client.pixel_y==rand(1,32)
Workarounds: