PC I wish we had a release date for 1.4.5

Unlike most big-named companies, the team at Re-Logic wants to ensure everything is working and fleshed out when a release happens. I am sure you're all kinda getting a bit agitated about lack of details or a solid date (me included!) -- but just have faith that 1) a release is going to happen, and 2) Re-Logic is working to make this update worthwhile.

Hang tight!
 
Not that the "till they added what they want" loop goes like this code:

C#:
for(int i = 0; i < 5555; i++){
    i = foo(i);
}

public static int foo(int x){
    return (int) 'N';
}
 
Back
Top Bottom