Skip to content

Commit

Permalink
Merge pull request #50 from shader-slang/lsp
Browse files Browse the repository at this point in the history
Fix UI.
  • Loading branch information
csyonghe authored Nov 14, 2024
2 parents b571820 + de115fa commit 2f40ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion try-slang.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function toggleDisplayMode(displayMode)
{
var printResult = document.getElementById("printResult")
printResult.style.display = "none";
renderOutput.style.display="grid";
renderOutput.style.display="block";
canvas.style.width = "100%";
canvas.style.height = "100%";
currentMode = RENDER_MODE;
Expand Down

0 comments on commit 2f40ff5

Please sign in to comment.