Possible client-side interpolation jitter fix

This commit is contained in:
Anuken
2021-06-06 22:17:53 -04:00
parent 9be4461b54
commit a64efce5a0
2 changed files with 3 additions and 2 deletions

View File

@@ -143,7 +143,8 @@ public class EntityIO{
if(sl) cont("if(!islocal)"); if(sl) cont("if(!islocal)");
if(sf){ if(sf){
st(field.name + lastSuf + " = this." + field.name); //TODO + targetSuf may not give the right result, test it
st(field.name + lastSuf + " = this." + field.name + targetSuf);
} }
io(field.type, "this." + (sf ? field.name + targetSuf : field.name) + " = "); io(field.type, "this." + (sf ? field.name + targetSuf : field.name) + " = ");

View File

@@ -9,4 +9,4 @@ kapt.use.worker.api=true
kapt.include.compile.classpath=false kapt.include.compile.classpath=false
# I don't need to use the kotlin stdlib yet, so remove it to prevent extra bloat & method count issues # I don't need to use the kotlin stdlib yet, so remove it to prevent extra bloat & method count issues
kotlin.stdlib.default.dependency=false kotlin.stdlib.default.dependency=false
archash=759b136340ea98d4cb9881e340fb219c6d602a66 archash=ab7ff4172126f1b2db05b4620b3b7097aefd01b4