mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-04 23:38:10 +07:00
Possible client-side interpolation jitter fix
This commit is contained in:
@ -143,7 +143,8 @@ public class EntityIO{
|
||||
if(sl) cont("if(!islocal)");
|
||||
|
||||
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) + " = ");
|
||||
|
@ -9,4 +9,4 @@ kapt.use.worker.api=true
|
||||
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
|
||||
kotlin.stdlib.default.dependency=false
|
||||
archash=759b136340ea98d4cb9881e340fb219c6d602a66
|
||||
archash=ab7ff4172126f1b2db05b4620b3b7097aefd01b4
|
||||
|
Reference in New Issue
Block a user