ID:65451
 
BYOND Version:438
Operating System:Windows XP Home
Web Browser:
Status: Unverified

Thus far we've been unable to verify or reproduce this bug. Or, it has been observed but it cannot be triggered with a reliable test case. You can help us out by editing your report or adding a comment with more information.
Applicable Configuration:
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:

No evidence of any problem was encountered. More info is needed to confirm the report, including a definition of what "flips out" means. Behavior seems to be correct in 442.
Wasn't this already fixed?