You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm Trying to upload Level editor but it doesn't load up and it says level editor is not responding.
Here is the code I keep getting. Code i keep getting.txt
The text was updated successfully, but these errors were encountered:
If it's crashing as a result of failing to construct the swapchain (which I had happen), then try forcing the Multisample Count to 1 and the Multisample Quality to 0.
The expression m_multiSampleQuality = min(maxQuality,(min(backbufferQuality,depthQuality)-1)); doesn't compile correctly, so you'll always get a result of 4.
I'm Trying to upload Level editor but it doesn't load up and it says level editor is not responding.
Here is the code I keep getting.
Code i keep getting.txt
The text was updated successfully, but these errors were encountered: