MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / warnIfZero

Method warnIfZero

src/main/java/field/graphics/Texture.java:176–179  ·  view source on GitHub ↗
(int x)

Source from the content-addressed store, hash-verified

174 return p("<b>Image data for FBO is not available (there was an error fetching it)<b>");
175
176 }
177
178 private String p(String p) {
179 return "<p>" + p + "</p>";
180 }
181
182 private String warnIfZero(int x) {

Callers 1

generateMarkdownMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected