ui, fix cutting bug, appearance animations, add f32_round
This commit is contained in:
@@ -51,7 +51,7 @@ int main(int argc, char **argv) {
|
||||
" -I ../src"
|
||||
" /Zi /FC /nologo /Oi"
|
||||
" /WX /W3 /wd4200 /diagnostics:column"
|
||||
" /link /incremental:no"
|
||||
" /link /incremental:no /DEBUG:FULL"
|
||||
);
|
||||
if (ok != 0) return ok;
|
||||
}
|
||||
@@ -63,7 +63,7 @@ int main(int argc, char **argv) {
|
||||
" -I ../src"
|
||||
" /Zi /FC /nologo /Oi"
|
||||
" /WX /W3 /wd4200 /diagnostics:column"
|
||||
" /link /incremental:no"
|
||||
" /link /incremental:no /DEBUG:FULL"
|
||||
);
|
||||
if (ok != 0) return ok;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user