Skip to content

Commit aacab2c

Browse files
author
Benjamin Yap
committed
Rename rendering method for consistency
1 parent 503ad6c commit aacab2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/bwyap/engine/gui/GUIRendererInterface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public interface GUIRendererInterface {
7575
* Render a text box
7676
* @param textBox
7777
*/
78-
public void renderTextBox(VectorTextBox textBox);
78+
public void renderVectorTextBox(VectorTextBox textBox);
7979

8080

8181
/**

0 commit comments

Comments
 (0)