mirror of
https://github.com/guezoloic/t3dsr.git
synced 2026-01-25 09:34:24 +00:00
fix(test_main): error name printf
This commit is contained in:
@@ -10,6 +10,6 @@ int main() {
|
|||||||
lenVector3_test();
|
lenVector3_test();
|
||||||
normVector3_test();
|
normVector3_test();
|
||||||
distVector3_test();
|
distVector3_test();
|
||||||
printf("All Vector4 tests succeeded\n");
|
printf("All Vector3 tests succeeded\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user