correct typographic errors in comments
This commit is contained in:
parent
69ca84d377
commit
e11c5da483
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2012 jMonkeyEngine
|
* Copyright (c) 2009-2018 jMonkeyEngine
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
@ -283,8 +283,8 @@ public class PhysicsVehicle extends PhysicsRigidBody {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This vaue caps the maximum suspension force, raise this above the default 6000 if your suspension cannot
|
* This value caps the maximum suspension force, raise this above the default 6000 if your suspension cannot
|
||||||
* handle the weight of your vehcile.
|
* handle the weight of your vehicle.
|
||||||
* @param maxSuspensionForce
|
* @param maxSuspensionForce
|
||||||
*/
|
*/
|
||||||
public void setMaxSuspensionForce(float maxSuspensionForce) {
|
public void setMaxSuspensionForce(float maxSuspensionForce) {
|
||||||
@ -292,8 +292,8 @@ public class PhysicsVehicle extends PhysicsRigidBody {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This vaue caps the maximum suspension force, raise this above the default 6000 if your suspension cannot
|
* This value caps the maximum suspension force, raise this above the default 6000 if your suspension cannot
|
||||||
* handle the weight of your vehcile.
|
* handle the weight of your vehicle.
|
||||||
* @param wheel
|
* @param wheel
|
||||||
* @param maxSuspensionForce
|
* @param maxSuspensionForce
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2012 jMonkeyEngine
|
* Copyright (c) 2009-2018 jMonkeyEngine
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
@ -242,7 +242,7 @@ public class VehicleWheel implements Savable {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The maximum suspension force, raise this above the default 6000 if your suspension cannot
|
* The maximum suspension force, raise this above the default 6000 if your suspension cannot
|
||||||
* handle the weight of your vehcile.
|
* handle the weight of your vehicle.
|
||||||
* @param maxSuspensionTravelCm
|
* @param maxSuspensionTravelCm
|
||||||
*/
|
*/
|
||||||
public void setMaxSuspensionForce(float maxSuspensionForce) {
|
public void setMaxSuspensionForce(float maxSuspensionForce) {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2012 jMonkeyEngine
|
* Copyright (c) 2009-2018 jMonkeyEngine
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
@ -275,8 +275,8 @@ public class PhysicsVehicle extends PhysicsRigidBody {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This vaue caps the maximum suspension force, raise this above the default 6000 if your suspension cannot
|
* This value caps the maximum suspension force, raise this above the default 6000 if your suspension cannot
|
||||||
* handle the weight of your vehcile.
|
* handle the weight of your vehicle.
|
||||||
* @param maxSuspensionForce
|
* @param maxSuspensionForce
|
||||||
*/
|
*/
|
||||||
public void setMaxSuspensionForce(float maxSuspensionForce) {
|
public void setMaxSuspensionForce(float maxSuspensionForce) {
|
||||||
@ -284,8 +284,8 @@ public class PhysicsVehicle extends PhysicsRigidBody {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This vaue caps the maximum suspension force, raise this above the default 6000 if your suspension cannot
|
* This value caps the maximum suspension force, raise this above the default 6000 if your suspension cannot
|
||||||
* handle the weight of your vehcile.
|
* handle the weight of your vehicle.
|
||||||
* @param wheel
|
* @param wheel
|
||||||
* @param maxSuspensionForce
|
* @param maxSuspensionForce
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2012 jMonkeyEngine
|
* Copyright (c) 2009-2018 jMonkeyEngine
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
@ -237,7 +237,7 @@ public class VehicleWheel implements Savable {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The maximum suspension force, raise this above the default 6000 if your suspension cannot
|
* The maximum suspension force, raise this above the default 6000 if your suspension cannot
|
||||||
* handle the weight of your vehcile.
|
* handle the weight of your vehicle.
|
||||||
* @param maxSuspensionForce
|
* @param maxSuspensionForce
|
||||||
*/
|
*/
|
||||||
public void setMaxSuspensionForce(float maxSuspensionForce) {
|
public void setMaxSuspensionForce(float maxSuspensionForce) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user