mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-02 11:34:38 +01:00
fix: even more beautification!
This commit is contained in:
parent
b1ebd6fa32
commit
0746bf5084
|
|
@ -102,7 +102,7 @@ public class SourceLimitTest extends BasicTest {
|
|||
//delete sources
|
||||
al.deleteSources(sourcesToCreate, Sys.getDirectBufferAddress(sources));
|
||||
|
||||
System.out.println("successfully created " + sourcesToCreate + " sources!");
|
||||
System.out.println("created " + sourcesToCreate + " sources successfully!");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -138,7 +138,7 @@ public class SourceLimitTest extends BasicTest {
|
|||
if(sourcesCreated != sourcesToCreate) {
|
||||
System.out.println("created " + sourcesCreated + " sources before failing");
|
||||
} else {
|
||||
System.out.println("created " + sourcesCreated + " sources successfully");
|
||||
System.out.println("created " + sourcesCreated + " sources successfully!");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue