-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stencil outline test #395
base: master
Are you sure you want to change the base?
stencil outline test #395
Conversation
6476f2d
to
5c3fe45
Compare
source/qcommon/common.c
Outdated
@@ -230,6 +230,7 @@ void Com_Printf( const char *format, ... ) | |||
Q_vsnprintfz( msg, sizeof( msg ), format, argptr ); | |||
va_end( argptr ); | |||
|
|||
printf("%s", msg); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah this probably wasn't supposed to get committed?.. although maybe we should have a flag for enabling console output ?
Signed-off-by: Michael Pollind <[email protected]>
Signed-off-by: Michael Pollind <[email protected]>
Signed-off-by: Michael Pollind <[email protected]>
Signed-off-by: Michael Pollind <[email protected]>
Signed-off-by: Michael Pollind <[email protected]>
d497beb
to
994ef7a
Compare
Signed-off-by: Michael Pollind <[email protected]>
404d54d
to
84b16ad
Compare
Signed-off-by: Michael Pollind <[email protected]>
umm seems like there are problems on some machines with this. umm I feel like maybe i rather do this in the NRI branch. |
yeah i think it's fine if it ends up being nri exclusive. whatever is easier to write and maintain |
ref: https://www.youtube.com/watch?v=wrPPWuwIgnc