2
0
Эх сурвалжийг харах

TestBareBonesApp: add missing apostrophe to a comment

Stephen Gold 4 жил өмнө
parent
commit
b70be12d34

+ 2 - 2
jme3-examples/src/main/java/jme3test/app/TestBareBonesApp.java

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2012 jMonkeyEngine
+ * Copyright (c) 2009-2021 jMonkeyEngine
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -72,7 +72,7 @@ public class TestBareBonesApp extends LegacyApplication {
         float tpf = timer.getTimePerFrame();
         boxGeom.rotate(tpf * 2, tpf * 4, tpf * 3);
 
-        // dont forget to update the scenes
+        // don't forget to update the scenes
         boxGeom.updateLogicalState(tpf);
         boxGeom.updateGeometricState();