Преглед на файлове

Update shaderblow.adoc

Correct usage error.
mitm001 преди 9 години
родител
ревизия
aac7d9d3ad
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/docs/asciidoc/sdk/plugin/shaderblow.adoc

+ 1 - 0
src/docs/asciidoc/sdk/plugin/shaderblow.adoc

@@ -468,6 +468,7 @@ if (crs.getClosestCollision() != null) {
 
 // Register a hit
 this.forceShieldControl.registerHit(crs.getClosestCollision().getContactPoint());
+}
 ----
 
 link:https://github.com/jMonkeyEngine-Contributions/shaderblowlib/blob/master/ShaderBlow/test-src/com/shaderblow/test/forceshield/TestShield.java[TestCase]