Advertisement
Guest User

Untitled

a guest
Jan 26th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Haxe 0.43 KB | None | 0 0
  1. objectMesh.data.geom.build();
  2.  
  3.         if (objectMesh.data.geom.indexBuffers == null) {
  4.             return;
  5.         }
  6.  
  7.  
  8.     state = DroneState.FixLock; // vietam      
  9.  
  10. if (state == DroneState.FixLock) { // Imrpve
  11.             GlobalStates.outlineAll = true;
  12.         } else {
  13.             if (kb.down(KeyboardLayout.keyInvestigate)) {
  14.                 GlobalStates.outlineAll = true;
  15.             }
  16.  
  17.             if (kb.released(KeyboardLayout.keyInvestigate)) {
  18.                 GlobalStates.outlineAll = false;
  19.             }
  20.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement