RedcrowProd
Member
|
Code Editor processing causing frame drops to 5 fps
Hi,
I found a small issue with the editor, i have a big 40ish SQL .new() one after another. ( character creation )
it seems that every time i get my cursor in there, the editor seems to be trying to find something, and drops my fps to 2 to 5 fps.
i was able to solve that issue by breaking the long chain of .new() with adding ; and removing once i was done modifying it.
Since it was easy to get around once i understand it, its not a big deal, but fyi
( outside ) https://gyazo.com/6ca8ad986fc15af12a901817ddd7c8f5
(inside) https://gyazo.com/1258141657433ad57d0289625e283cf4
(This post was last modified: 08-18-2021 07:27 AM by RedcrowProd.)
|
|
08-18-2021 07:26 AM |
|
Esenthel
Administrator
|
RE: Editor Glitch causing frame drops to 5 fps
Thanks, yes I know, it's about Code Editor parsing/processing the syntax. But won't be able to do anything about it in the nearest future. So yes it's best to simplify the codes into smaller pieces.
|
|
08-18-2021 07:36 AM |
|