Skip to content

Commit cefd593

Browse files
committed
cleanup
1 parent 6000f20 commit cefd593

9 files changed

Lines changed: 548 additions & 548 deletions

File tree

jme3-core/src/main/java/com/jme3/renderer/Renderer.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,10 @@ public interface Renderer {
276276
*/
277277
public void setTexture(int unit, Texture tex)
278278
throws TextureUnitException;
279-
279+
280280
/**
281281
* Assigns a TextureImage to the specified texture unit.
282-
*
282+
*
283283
* @param unit the index of the texture unit (≥0)
284284
* @param tex the texture image to assign
285285
* @throws TextureUnitException if the texture unit does not exist
@@ -326,7 +326,7 @@ public void setTexture(int unit, Texture tex)
326326
* @param bo the buffer object to upload.
327327
*/
328328
public void updateUniformBufferObjectData(BufferObject bo);
329-
329+
330330
/**
331331
* Deletes a vertex buffer from the GPU.
332332
*
@@ -541,13 +541,13 @@ public void setTexture(int unit, Texture tex)
541541
public boolean isMainFrameBufferSrgb();
542542

543543
public default void popDebugGroup() {
544-
544+
545545
}
546546

547547
public default void pushDebugGroup(String name) {
548-
548+
549549
}
550-
550+
551551
/**
552552
* Returns the current FrameBuffer that is being rendered to.
553553
* @return the FrameBuffer or null if rendering to the screen.
@@ -616,7 +616,7 @@ && getCaps().contains(Caps.HalfFloatColorBufferRGBA)) {
616616
} else if (supportPackedFloat && getCaps().contains(Caps.PackedFloatTexture)
617617
&& getCaps().contains(Caps.PackedFloatColorBuffer)) {
618618
return Format.RGB111110F;
619-
}
619+
}
620620
}
621621

622622
return Format.RGBA8;

0 commit comments

Comments
 (0)