X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=inline;f=workshop.c;h=5f02caa4023b0e17c09bbce4f9c0384af2e41c85;hb=a9af1f9bbe8c2fa0fc4e352768edc983077529e7;hp=30ddb5647528410b5cfdbf8debd7c982480fbea0;hpb=67928190c66b05bd48b6b515278e930974d25cd2;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/workshop.c b/workshop.c index 30ddb56..5f02caa 100644 --- a/workshop.c +++ b/workshop.c @@ -908,7 +908,7 @@ VG_STATIC void workshop_render_world_preview(void){ glEnable( GL_DEPTH_TEST ); glDisable( GL_BLEND ); - render_world( localplayer.viewable_world, &main_camera, 1 ); + render_world( localplayer.viewable_world, &skaterift.cam, 1 ); glBindFramebuffer( GL_FRAMEBUFFER, 0 ); glViewport( 0,0, vg.window_x, vg.window_y ); @@ -1285,7 +1285,7 @@ VG_STATIC void workshop_form_gui_edit_page( ui_rect content ){ ui_split( inner, k_ui_axis_v, inner[2]-btn_width, 0, label, btn_right); ui_rect_pad( btn_right, (ui_px[2]){2,2} ); - if( ui_button_text( btn_right, "\x91", 2 ) ){ + if( ui_button_text( btn_right, "\xbf", 2 ) ){ ISteamFriends *hSteamFriends = SteamAPI_SteamFriends(); SteamAPI_ISteamFriends_ActivateGameOverlayToWebPage( hSteamFriends, "https://steamcommunity.com/sharedfiles/workshoplegalagreement",