Possible client-side interpolation jitter fix
This commit is contained in:
@@ -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) + " = ");
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user